update latest vars in compile

This commit is contained in:
Casey Faist
2018-11-14 16:57:02 -06:00
parent 23999846ad
commit 2ffb10da34
+2 -2
View File
@@ -50,8 +50,8 @@ export VENDOR_URL
# as well as prompt the user to upgrade if they are using an unsupported version.
# Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
DEFAULT_PYTHON_VERSION="python-3.6.7"
LATEST_36="python-3.6.6"
LATEST_37="python-3.7.0"
LATEST_36="python-3.6.7"
LATEST_37="python-3.7.1"
LATEST_35="python-3.5.6"
LATEST_34="python-3.4.9"
LATEST_27="python-2.7.15"