Skip to content

Commit 4132ced

Browse files
committed
Roll back RTD Python
1 parent c69fe9e commit 4132ced

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
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
python-version: ['3.13']
45+
python-version: ['3.12'] # Keep in sync with .readthedocs.yml
4646
tox-job: ["mypy", "docs"]
4747

4848
steps:

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
tools:
88
# For available versions, see:
99
# 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
10+
python: "3.12" # Keep in sync with .github/workflows/test.yml
1111
python:
1212
install:
1313
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)