From 45b3a04791bdbbf5a4a53018d31d2220cca93d71 Mon Sep 17 00:00:00 2001 From: Nuno Nobre Date: Wed, 16 Oct 2024 10:55:54 +0100 Subject: [PATCH 1/2] #2748 Revert to Python 3.12 for all RTD builds --- doc/developer_guide/.readthedocs.yaml | 2 +- doc/psyad/user_guide/.readthedocs.yaml | 2 +- doc/reference_guide/.readthedocs.yaml | 2 +- doc/user_guide/.readthedocs.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/developer_guide/.readthedocs.yaml b/doc/developer_guide/.readthedocs.yaml index 226b082c1f..922b6a45f8 100644 --- a/doc/developer_guide/.readthedocs.yaml +++ b/doc/developer_guide/.readthedocs.yaml @@ -43,7 +43,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.13" + python: "3.12" apt_packages: - graphviz diff --git a/doc/psyad/user_guide/.readthedocs.yaml b/doc/psyad/user_guide/.readthedocs.yaml index 1002cc9bec..dca535c222 100644 --- a/doc/psyad/user_guide/.readthedocs.yaml +++ b/doc/psyad/user_guide/.readthedocs.yaml @@ -43,7 +43,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.13" + python: "3.12" # Build documentation in the doc/psyad/user_guide directory with Sphinx sphinx: diff --git a/doc/reference_guide/.readthedocs.yaml b/doc/reference_guide/.readthedocs.yaml index 692daf441e..2152ce76bd 100644 --- a/doc/reference_guide/.readthedocs.yaml +++ b/doc/reference_guide/.readthedocs.yaml @@ -43,7 +43,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.13" + python: "3.12" apt_packages: - graphviz diff --git a/doc/user_guide/.readthedocs.yaml b/doc/user_guide/.readthedocs.yaml index 64260a2dda..a85911ec63 100644 --- a/doc/user_guide/.readthedocs.yaml +++ b/doc/user_guide/.readthedocs.yaml @@ -43,7 +43,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.13" + python: "3.12" apt_packages: - graphviz From e09949aa65401b5d15a9057039cb8e3cfc06656b Mon Sep 17 00:00:00 2001 From: Andrew Porter Date: Wed, 16 Oct 2024 11:07:04 +0100 Subject: [PATCH 2/2] #2748 update changelog --- changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog b/changelog index 47b37d5294..886221f860 100644 --- a/changelog +++ b/changelog @@ -246,6 +246,8 @@ 84) PR #2746. Update minor versions of CUDA, HDF5, nvfortran and Python used in the CI. + 85) PR #2748. Revert Python used on RTD to 3.12 as 3.13 unsupported. + release 2.5.0 14th of February 2024 1) PR #2199 for #2189. Fix bugs with missing maps in enter data