diff --git a/readthedocs/settings/base.py b/readthedocs/settings/base.py index 85a7d24617b..dcf67075544 100644 --- a/readthedocs/settings/base.py +++ b/readthedocs/settings/base.py @@ -483,7 +483,7 @@ def TEMPLATES(self): }, 'readthedocs/build:7.0': { 'python': { - 'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 'pypy3.5'], + 'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy3.5'], 'default_version': { 2: 2.7, 3: 3.7,