Skip to content

Commit 6702a7c

Browse files
committed
downgrade ReadTheDocs python version
1 parent 3bcb0f3 commit 6702a7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
build:
77
os: ubuntu-24.04
88
tools:
9-
python: "3.14"
9+
python: "3.13"
1010
jobs:
1111
install:
1212
- pip install -U pip

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ python = """
185185
3.10: py310, lint, packaging
186186
3.11: py311
187187
3.12: py312
188-
3.13: py313
189-
3.14: py314, docs
188+
3.13: py313, docs
189+
3.14: py314
190190
pypy3.11: pypy311
191191
"""
192192

0 commit comments

Comments
 (0)