diff --git a/readthedocs/settings/base.py b/readthedocs/settings/base.py index 91d84c8bd0d..e91fd8e6cf5 100644 --- a/readthedocs/settings/base.py +++ b/readthedocs/settings/base.py @@ -367,6 +367,9 @@ def USE_PROMOS(self): # noqa 'readthedocs/build:5.0': { 'python': {'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 'pypy3.5']}, }, + 'readthedocs/build:6.0rc1': { + 'python': {'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 'pypy3.5']}, + }, } # Alias tagged via ``docker tag`` on the build servers