Skip to content

Commit

Permalink
Roll back RTD Python
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Oct 15, 2024
1 parent 4e78874 commit 59c6fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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", "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.yml
python: "3.12" # Keep in sync with .github/workflows/test.yml

python:
install:
Expand Down

0 comments on commit 59c6fa4

Please sign in to comment.