Skip to content

Commit 8d1ebf7

Browse files
committed
bump default 3.6 version
1 parent f2165aa commit 8d1ebf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export VENDOR_URL
4949
# These variables are used to specify which versions of Python to install by default,
5050
# as well as prompt the user to upgrade if they are using an un–supported version.
5151
# Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
52-
DEFAULT_PYTHON_VERSION="python-3.6.6"
52+
DEFAULT_PYTHON_VERSION="python-3.6.7"
5353
LATEST_36="python-3.6.6"
5454
LATEST_37="python-3.7.0"
5555
LATEST_35="python-3.5.6"

test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ testPylibmc() {
8989

9090
testPythonDefault() {
9191
compile "pythonDefault"
92-
assertCaptured "python-3.6.6"
92+
assertCaptured "python-3.6.7"
9393
assertCapturedSuccess
9494
}
9595

0 commit comments

Comments
 (0)