Skip to content

Commit 43f8b0f

Browse files
committed
Roll back RTD Python
1 parent 33e8236 commit 43f8b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
python-version: ["3.13"]
70+
python-version: ["3.12"] # Keep in sync with .readthedocs.yml
7171
tox-job: ["mypy", "linters", "twine-check", "docs"]
7272

7373
steps:

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sphinx:
55
build:
66
os: ubuntu-22.04
77
tools:
8-
python: "3.13" # Keep in sync with .github/workflows/test.yml
8+
python: "3.12" # Keep in sync with .github/workflows/test.yml
99
python:
1010
install:
1111
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)