From 50402b018c286c46d62c69635659038708d577d8 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Tue, 10 Oct 2017 08:15:33 -0400 Subject: [PATCH] Latest Python 3.6.x is 3.6.3 --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 6742cca4..d095cf6e 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -456,7 +456,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.2', + '3.6': '3.6.3', } try: if len(python.split('.')) == 2: