Skip to content

Commit 4e75ee6

Browse files
committed
Add support for Python 3.9 on "testing" Docker image
Allow users to build with latest release of Python.
1 parent 30c0636 commit 4e75ee6

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)