Skip to content

Commit c4337a1

Browse files
committed
Remove 3.0 also
1 parent d4d5e60 commit c4337a1

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

readthedocs/settings/base.py

+2-9
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ def USE_PROMOS(self): # noqa
370370
DOCKER_DEFAULT_VERSION = 'latest'
371371
DOCKER_IMAGE = '{}:{}'.format(DOCKER_DEFAULT_IMAGE, DOCKER_DEFAULT_VERSION)
372372
DOCKER_IMAGE_SETTINGS = {
373+
# A large number of users still have this pinned in their config file.
374+
# We must have documented it at some point.
373375
'readthedocs/build:2.0': {
374376
'python': {
375377
'supported_versions': [2, 2.7, 3, 3.5],
@@ -379,15 +381,6 @@ def USE_PROMOS(self): # noqa
379381
},
380382
},
381383
},
382-
'readthedocs/build:3.0': {
383-
'python': {
384-
'supported_versions': [2, 2.7, 3, 3.3, 3.4, 3.5, 3.6],
385-
'default_version': {
386-
2: 2.7,
387-
3: 3.6,
388-
},
389-
},
390-
},
391384
'readthedocs/build:4.0': {
392385
'python': {
393386
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7],

0 commit comments

Comments
 (0)