Skip to content

Commit 5e013c5

Browse files
committed
Add support for Python3.10 on testing Docker image
Requires: readthedocs/readthedocs-docker-images#174
1 parent 2bd2048 commit 5e013c5

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
@@ -490,7 +490,7 @@ def TEMPLATES(self):
490490
},
491491
'readthedocs/build:7.0': {
492492
'python': {
493-
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy3.5'],
493+
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 'pypy3.5'],
494494
'default_version': {
495495
2: 2.7,
496496
3: 3.7,

0 commit comments

Comments
 (0)