From 89c8ac8aa0bece92c9bdc3a75e9465aa13010a79 Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:01:26 +0000 Subject: [PATCH] BLD: Use python 3.13 with readthedocs (#640) --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 47d12ba3..18572bb6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: '3.9' + python: '3.13' apt_packages: - graphviz