From 8d1ebf72887d5618e3f9bdab36e4ed6d36cb1554 Mon Sep 17 00:00:00 2001
From: Casey Faist <caseylfaist@gmail.com>
Date: Wed, 14 Nov 2018 16:24:46 -0600
Subject: [PATCH] bump default 3.6 version

---
 bin/compile | 2 +-
 test/run    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/compile b/bin/compile
index a092a28d..98abb541 100755
--- a/bin/compile
+++ b/bin/compile
@@ -49,7 +49,7 @@ export VENDOR_URL
 # These variables are used to specify which versions of Python to install by default,
 # as well as prompt the user to upgrade if they are using an un–supported version.
 # Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
-DEFAULT_PYTHON_VERSION="python-3.6.6"
+DEFAULT_PYTHON_VERSION="python-3.6.7"
 LATEST_36="python-3.6.6"
 LATEST_37="python-3.7.0"
 LATEST_35="python-3.5.6"
diff --git a/test/run b/test/run
index 6fb50008..26e0d1ea 100755
--- a/test/run
+++ b/test/run
@@ -89,7 +89,7 @@ testPylibmc() {
 
 testPythonDefault() {
   compile "pythonDefault"
-  assertCaptured "python-3.6.6"
+  assertCaptured "python-3.6.7"
   assertCapturedSuccess
 }
 
-- 
GitLab