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 2bdc8cd commit 68ea7a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: '3.13' # Keep in sync with .readthedocs.yml
- python-version: '3.12' # Keep in sync with .readthedocs.yml
env:
TOXENV: docs
- python-version: '3.13'
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/main.yml
python: "3.12" # Keep in sync with .github/workflows/main.yml

python:
install:
Expand Down

0 comments on commit 68ea7a3

Please sign in to comment.