File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ if [[ $PYTHON_VERSION =~ ^python-2 ]]; then
15
15
fi
16
16
else
17
17
if [[ $PYTHON_VERSION =~ ^python-3.7 ]] && [[ " $PYTHON_VERSION " != " $LATEST_37 " ]]; then
18
- puts-warn " The latest version of Python 3 is $LATEST_37 (you are using $PYTHON_VERSION , which is unsupported)."
18
+ puts-warn " The latest version of Python 3.7 is $LATEST_37 (you are using $PYTHON_VERSION , which is unsupported)."
19
19
puts-warn " We recommend upgrading by specifying the latest version ($LATEST_37 )."
20
20
echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
21
21
else
22
22
if [[ " $PYTHON_VERSION " != " $LATEST_36 " ]]; then
23
- puts-warn " The latest version of Python 3 is $LATEST_36 (you are using $PYTHON_VERSION , which is unsupported)."
23
+ puts-warn " The latest version of Python 3.6 is $LATEST_36 (you are using $PYTHON_VERSION , which is unsupported)."
24
24
puts-warn " We recommend upgrading by specifying the latest version ($LATEST_36 )."
25
25
echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
26
26
fi
You can’t perform that action at this time.
0 commit comments