mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
update latest vars in compile
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ export VENDOR_URL
|
||||
# as well as prompt the user to upgrade if they are using an un–supported 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"
|
||||
|
||||
Reference in New Issue
Block a user