Skip to content

Commit f84b471

Browse files
humitosstsewd
authored andcommitted
Add support for Python3.10 on testing Docker image
Requires: readthedocs/readthedocs-docker-images#174
1 parent 75f9c44 commit f84b471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def TEMPLATES(self):
493493
},
494494
'readthedocs/build:7.0': {
495495
'python': {
496-
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy3.5'],
496+
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 'pypy3.5'],
497497
'default_version': {
498498
2: 2.7,
499499
3: 3.7,

0 commit comments

Comments
 (0)