From 3d8f6de92e92cfca417d9eaa3cb7b68d38cc952d Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 1 May 2018 11:28:42 -0400
Subject: [PATCH] update latest version of python

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
---
 bin/compile | 4 ++--
 test/run    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/compile b/bin/compile
index f077a591..688e96a3 100755
--- a/bin/compile
+++ b/bin/compile
@@ -40,8 +40,8 @@ fi
 export VENDOR_URL
 
 # Python defaults
-DEFAULT_PYTHON_VERSION="python-3.6.4"
-LATEST_3="python-3.6.4"
+DEFAULT_PYTHON_VERSION="python-3.6.5"
+LATEST_3="python-3.6.5"
 LATEST_2="python-2.7.15"
 
 DEFAULT_PYTHON_STACK="cedar-14"
diff --git a/test/run b/test/run
index 4b54fd6c..0b138e30 100755
--- a/test/run
+++ b/test/run
@@ -12,7 +12,7 @@ testPipenvLock() {
 
 testPipenvVersion() {
   compile "pipenv-version"
-  assertCaptured "3.6.4"
+  assertCaptured "3.6.5"
   assertCapturedSuccess
 }
 
-- 
GitLab