Skip to content
Snippets Groups Projects
Commit 6a961694 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Merge branch 'master' of github.com:heroku/heroku-buildpack-python

parents 22174d62 539bf80b
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ export VENDOR_URL ...@@ -48,7 +48,7 @@ export VENDOR_URL
# Which versions of Python are we using? # Which versions of Python are we using?
# These variables are used to specify which versions of Python to install by default, # These variables are used to specify which versions of Python to install by default,
# as well as prompt the user to upgrade if they are using an un–supported version. # as well as prompt the user to upgrade if they are using an un–supported version.
# Note: When 3.7 lands, I recommend switing to LATEST_36 and LATEST_37. # Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
DEFAULT_PYTHON_VERSION="python-3.6.4" DEFAULT_PYTHON_VERSION="python-3.6.4"
LATEST_3="python-3.6.4" LATEST_3="python-3.6.4"
LATEST_2="python-2.7.15" LATEST_2="python-2.7.15"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment