We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2165aa commit 8d1ebf7Copy full SHA for 8d1ebf7
bin/compile
@@ -49,7 +49,7 @@ export VENDOR_URL
49
# These variables are used to specify which versions of Python to install by default,
50
# as well as prompt the user to upgrade if they are using an un–supported version.
51
# Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
52
-DEFAULT_PYTHON_VERSION="python-3.6.6"
+DEFAULT_PYTHON_VERSION="python-3.6.7"
53
LATEST_36="python-3.6.6"
54
LATEST_37="python-3.7.0"
55
LATEST_35="python-3.5.6"
test/run
@@ -89,7 +89,7 @@ testPylibmc() {
89
90
testPythonDefault() {
91
compile "pythonDefault"
92
- assertCaptured "python-3.6.6"
+ assertCaptured "python-3.6.7"
93
assertCapturedSuccess
94
}
95
0 commit comments