Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert to Python 3.12 for all RTD builds #2748

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/developer_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.13"
python: "3.12"
apt_packages:
- graphviz

Expand Down
2 changes: 1 addition & 1 deletion doc/psyad/user_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/reference_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.13"
python: "3.12"
apt_packages:
- graphviz

Expand Down
2 changes: 1 addition & 1 deletion doc/user_guide/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.13"
python: "3.12"
apt_packages:
- graphviz

Expand Down
Loading