Skip to content

Commit ef1a4cc

Browse files
authored
Update Python version used on readthedocs
Python 3.6 is EOL and causes issues (lack of dataclasses breaks sphinx.ext.autodoc). I'm not sure what version is appropriate. ReadTheDocs themselves seem to have [defaulted to Python 3.8](readthedocs/readthedocs.org#7421), so that's what I went with.
1 parent e8c1d7b commit ef1a4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ build:
99
formats: all
1010

1111
python:
12-
version: 3.6
12+
version: 3.8
1313
install:
1414
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)