Skip to content

Commit 10bb046

Browse files
authored
Ensure that "RtD" uses consistent "Python" version. (#81)
Signed-off-by: Thomas Mansencal <[email protected]> Signed-off-by: Thomas Mansencal <[email protected]>
1 parent 08b0a9e commit 10bb046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-20.04
55
tools:
6-
python: "3.8"
6+
python: "3.9"
77
apt_packages:
88
- graphviz
99
- graphviz-dev

0 commit comments

Comments
 (0)