We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24995a2 commit c2c9bc4Copy full SHA for c2c9bc4
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
- python-version: "3.13"
49
env:
50
TOXENV: pre-commit
51
- - python-version: "3.13"
+ - python-version: "3.12" # Keep in sync with .readthedocs.yml
52
53
TOXENV: docs
54
.readthedocs.yml
@@ -9,7 +9,7 @@ build:
9
tools:
10
# For available versions, see:
11
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
12
- python: "3.13" # Keep in sync with .github/workflows/main.yml
+ python: "3.12" # Keep in sync with .github/workflows/main.yml
13
14
python:
15
install:
0 commit comments