Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit ec8a0b1

Browse files
committed
lower default python versions to 2.0 defaults
1 parent 985f526 commit ec8a0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs_build/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class BuildConfig(dict):
9191
PYTHON_EXTRA_REQUIREMENTS_INVALID_MESSAGE = (
9292
'"python.extra_requirements" section must be a list.')
9393

94-
PYTHON_SUPPORTED_VERSIONS = [2, 2.7, 3, 3.3, 3.4, 3.5, 3.6]
94+
PYTHON_SUPPORTED_VERSIONS = [2, 2.7, 3, 3.5]
9595
DOCKER_SUPPORTED_VERSIONS = ['1.0', '2.0', 'latest']
9696

9797
def __init__(self, env_config, raw_config, source_file, source_position):

0 commit comments

Comments
 (0)