diff --git a/bin/compile b/bin/compile index a092a28d762b1d57a0008bdcbb7c0db34bd183e5..98abb5412629265b53addb2d50d64097f2a60449 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 6fb5000801edd866c357e6e3bb95ee616aa581eb..26e0d1ead5cbae0cd0ddbd841c548a2e1c6dded8 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 }