Skip to content

Commit d66e741

Browse files
committed
Fix Python version in readthedocs config
1 parent 01b2acb commit d66e741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs.yml

+1-1
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.8
6+
python: "3.8"
77

88
python:
99
install:

0 commit comments

Comments
 (0)