mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
default to python 2.7.14 for python 2.7
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user