diff --git a/pipenv/core.py b/pipenv/core.py index a5969e58..91f07f2a 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -452,7 +452,7 @@ def ensure_python(three=None, python=None): '3.3': '3.3.7', '3.4': '3.4.8', '3.5': '3.5.5', - '3.6': '3.6.4', + '3.6': '3.6.5', } try: if len(python.split('.')) == 2: