Skip to content

Commit 0a736ea

Browse files
authored
Merge pull request #7885 from readthedocs/humitos/py39-testing-image
Add support for Python 3.9 on "testing" Docker image
2 parents 30c0636 + 4e75ee6 commit 0a736ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def TEMPLATES(self):
483483
},
484484
'readthedocs/build:7.0': {
485485
'python': {
486-
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 'pypy3.5'],
486+
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy3.5'],
487487
'default_version': {
488488
2: 2.7,
489489
3: 3.7,

0 commit comments

Comments
 (0)