Skip to content

Commit

Permalink
Downgrade the RTD Python version to 3.12 for now. (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR authored Oct 16, 2024
1 parent daf41af commit 3fafcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.13']
python-version: ['3.12'] # keep in sync with .readthedocs.yml
tox-job: ["mypy", "docs", "linters", "types", "twinecheck"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sphinx:
build:
os: ubuntu-22.04
tools:
python: "3.13" # Keep in sync with .github/workflows/tests-ubuntu.yml
python: "3.12" # Keep in sync with .github/workflows/tests-ubuntu.yml

python:
install:
Expand Down

0 comments on commit 3fafcc9

Please sign in to comment.