From ccb59bc371a58f207adb184c18cb367a5ab6bcf6 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 9 Dec 2023 08:54:23 +1100 Subject: [PATCH 1/2] Updated to Python 3.12 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index bda03d944..e0a46f23b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ formats: [pdf] build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.12" python: install: From 6a6487bd2a04284dcd23363838cb52fcc79290ed Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 9 Dec 2023 09:09:49 +1100 Subject: [PATCH 2/2] Use latest version of Python Co-authored-by: Hugo van Kemenade --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e0a46f23b..0c8f935d5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ formats: [pdf] build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3" python: install: