Commit 4e595051 authored by Matthew Brett's avatar Matthew Brett
Browse files

Update Python versions

parent 545f42cd
...@@ -12,15 +12,15 @@ GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py ...@@ -12,15 +12,15 @@ GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
DOWNLOADS_SDIR=downloads DOWNLOADS_SDIR=downloads
WORKING_SDIR=working WORKING_SDIR=working
# As of 7 April 2016 - latest Python of this version with binary # As of 2 June 2017 - latest Python of each version with binary download
# download. # available.
LATEST_2p7=2.7.11 LATEST_2p7=2.7.13
LATEST_2p6=2.6.6 LATEST_2p6=2.6.6
LATEST_3p2=3.2.5 LATEST_3p2=3.2.5
LATEST_3p3=3.3.5 LATEST_3p3=3.3.5
LATEST_3p4=3.4.4 LATEST_3p4=3.4.4
LATEST_3p5=3.5.1 LATEST_3p5=3.5.3
LATEST_3p6=3.6.0 LATEST_3p6=3.6.1
function check_python { function check_python {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment