Skip to content

Commit 6a96169

Browse files
committed
Merge branch 'master' of github.com:heroku/heroku-buildpack-python
2 parents 22174d6 + 539bf80 commit 6a96169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export VENDOR_URL
4848
# Which versions of Python are we using?
4949
# These variables are used to specify which versions of Python to install by default,
5050
# as well as prompt the user to upgrade if they are using an un–supported version.
51-
# Note: When 3.7 lands, I recommend switing to LATEST_36 and LATEST_37.
51+
# Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
5252
DEFAULT_PYTHON_VERSION="python-3.6.4"
5353
LATEST_3="python-3.6.4"
5454
LATEST_2="python-2.7.15"

0 commit comments

Comments
 (0)