Skip to content

Commit c82e0c3

Browse files
committed
Bump Python version for readthedocs build
* Need to bump it because pillow~=12.0.0 does not support lower Python versions
1 parent 9bbddc1 commit c82e0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version: 2
1010
build:
1111
os: ubuntu-22.04
1212
tools:
13-
python: "3.9"
13+
python: "3.12"
1414

1515
# Build documentation in the "docs/" directory with Sphinx
1616
sphinx:
@@ -32,4 +32,4 @@ sphinx:
3232

3333
python:
3434
install:
35-
- requirements: docs/requirements.txt
35+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)