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 c79e6f0 commit 4328847Copy full SHA for 4328847
bin/default_pythons
@@ -6,6 +6,6 @@ LATEST_37="python-3.7.5"
6
LATEST_36="python-3.6.9"
7
LATEST_35="python-3.5.7"
8
LATEST_34="python-3.4.10"
9
-LATEST_27="python-2.7.16"
+LATEST_27="python-2.7.17"
10
11
export DEFAULT_PYTHON_VERSION LATEST_38 LATEST_37 LATEST_36 LATEST_35 LATEST_34 LATEST_27
test/fixtures/python2/runtime.txt
@@ -1 +1 @@
1
-python-2.7.16
+python-2.7.17
0 commit comments