From 462ffc3e978a5a86d06a26013ccdfcbfcd0f36b7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 6 Jan 2018 09:02:27 -0500 Subject: [PATCH] 3.6.4 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 e76cbb65..c83b504f 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -464,7 +464,7 @@ def ensure_python(three=None, python=None): '3.3': '3.3.6', '3.4': '3.4.7', '3.5': '3.5.4', - '3.6': '3.6.3', + '3.6': '3.6.4', } try: if len(python.split('.')) == 2: