Skip to content

Commit

Permalink
Merge pull request #1329 from jertel/jertel/py3.12
Browse files Browse the repository at this point in the history
Keep RTD builds at Ubuntu 22.04
  • Loading branch information
nsano-rururu authored Dec 3, 2023
2 parents a22248a + 1d9fcbe commit 7c7b364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-24.04
# Must stay at 22.04 until RTD adds support for 24.04
os: ubuntu-22.04
tools:
python: "3.12"

Expand Down

0 comments on commit 7c7b364

Please sign in to comment.