Skip to content

Commit 3153db8

Browse files
committed
Support image 6.0rc1
1 parent e54f471 commit 3153db8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/settings/base.py

+3
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@ def USE_PROMOS(self): # noqa
367367
'readthedocs/build:5.0': {
368368
'python': {'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 'pypy3.5']},
369369
},
370+
'readthedocs/build:6.0rc1': {
371+
'python': {'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 'pypy3.5']},
372+
},
370373
}
371374

372375
# Alias tagged via ``docker tag`` on the build servers

0 commit comments

Comments
 (0)