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 c69fe9e commit 4132cedCopy full SHA for 4132ced
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
strategy:
43
fail-fast: false
44
matrix:
45
- python-version: ['3.13']
+ python-version: ['3.12'] # Keep in sync with .readthedocs.yml
46
tox-job: ["mypy", "docs"]
47
48
steps:
.readthedocs.yml
@@ -7,7 +7,7 @@ build:
7
tools:
8
# For available versions, see:
9
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
10
- python: "3.13" # Keep in sync with .github/workflows/test.yml
+ python: "3.12" # Keep in sync with .github/workflows/test.yml
11
python:
12
install:
13
- requirements: docs/requirements.txt
0 commit comments