From ceda52d244702c7037fba9dc18cb859feb733a8f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 28 Sep 2017 13:04:08 -0400 Subject: [PATCH] default to python 2.7.14 for python 2.7 Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 0b98025a..32c3dbf3 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -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',