Skip to content

Commit c2c9bc4

Browse files
committed
Roll back RTD Python
1 parent 24995a2 commit c2c9bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- python-version: "3.13"
4949
env:
5050
TOXENV: pre-commit
51-
- python-version: "3.13"
51+
- python-version: "3.12" # Keep in sync with .readthedocs.yml
5252
env:
5353
TOXENV: docs
5454
- python-version: "3.13"

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
tools:
1010
# For available versions, see:
1111
# 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
12+
python: "3.12" # Keep in sync with .github/workflows/main.yml
1313

1414
python:
1515
install:

0 commit comments

Comments
 (0)