Skip to content

Commit e12d2d8

Browse files
authored
Merge pull request #109 from isayevlab/fix/rtd-python-311
Fix Read the Docs build: use Python 3.11
2 parents 451ad63 + 95d6557 commit e12d2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "2"
33
build:
44
os: "ubuntu-22.04"
55
tools:
6-
python: "3.10"
6+
python: "3.11"
77

88
python:
99
install:

0 commit comments

Comments
 (0)