Skip to content

Commit 29f603a

Browse files
authored
Support 6.0rc1 build image (#6329)
Support 6.0rc1 build image
2 parents d298ff5 + f7ab79f commit 29f603a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

readthedocs/rtd_tests/tests/test_config_integration.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def setUp(self):
7575
Project,
7676
main_language_project=None,
7777
install_project=False,
78+
container_image=None,
7879
)
7980
self.version = get(Version, project=self.project)
8081

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)