Skip to content

Commit 294170a

Browse files
committed
bump python version for readthedocs
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 2befe44 commit 294170a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: "3.8"
11+
python: "3.9"
1212
# You can also specify other tool versions:
1313
# nodejs: "20"
1414
# rust: "1.70"
@@ -32,4 +32,4 @@ formats:
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3333
python:
3434
install:
35-
- requirements: docs/requirements.txt
35+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)