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 33e8236 commit 43f8b0f
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 @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.13"]
python-version: ["3.12"] # Keep in sync with .readthedocs.yml
tox-job: ["mypy", "linters", "twine-check", "docs"]

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

0 comments on commit 43f8b0f

Please sign in to comment.