Skip to content

Commit

Permalink
Roll back RTD Python
Browse files Browse the repository at this point in the history
wRAR committed Oct 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 24995a2 commit c2c9bc4
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
@@ -48,7 +48,7 @@ jobs:
- python-version: "3.13"
env:
TOXENV: pre-commit
- python-version: "3.13"
- python-version: "3.12" # Keep in sync with .readthedocs.yml
env:
TOXENV: docs
- python-version: "3.13"
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ build:
tools:
# For available versions, see:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
python: "3.13" # Keep in sync with .github/workflows/main.yml
python: "3.12" # Keep in sync with .github/workflows/main.yml

python:
install:

0 comments on commit c2c9bc4

Please sign in to comment.