We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e46676 commit 285ca2bCopy full SHA for 285ca2b
bin/steps/python
@@ -35,9 +35,10 @@ else
35
echo " Using supported version of Python 3.6 ($PYTHON_VERSION)"
36
fi
37
else
38
- puts-warn "Heroku supports the latest version of Python 2 $LATEST_37, Python 3.6 $LATEST_36 and Python 3.7 $LATEST_2."
+ puts-warn "Heroku supports runtime versions $LATEST_37, $LATEST_36 and $LATEST_2."
39
puts-warn "You are using $PYTHON_VERSION, which is unsupported."
40
puts-warn "We recommend upgrading by specifying the default supported version ($LATEST_36)."
41
+ echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
42
43
44
0 commit comments