default to python 2.7.14 for python 2.7

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-28 13:04:08 -04:00
parent 82d46e90d7
commit ceda52d244
+1 -1
View File
@@ -447,7 +447,7 @@ def ensure_python(three=None, python=None):
# These versions appear incompatible with pew:
# '2.5': '2.5.6',
'2.6': '2.6.9',
'2.7': '2.7.13',
'2.7': '2.7.14',
# '3.1': '3.1.5',
# '3.2': '3.2.6',
'3.3': '3.3.6',