Skip to content

Commit c65c347

Browse files
committed
fix readthedocs python version
1 parent 53b8b08 commit c65c347

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-22.04
1111
tools:
12-
python: "3.11"
12+
python: "3.13"
1313
jobs:
1414
post_create_environment:
1515
- pip install poetry
@@ -20,4 +20,3 @@ build:
2020
# Build documentation in the "docs/" directory with Sphinx
2121
sphinx:
2222
configuration: docs/conf.py
23-

0 commit comments

Comments
 (0)