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 f9621ad commit 5e46676Copy full SHA for 5e46676
bin/steps/python
@@ -34,6 +34,10 @@ else
34
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."
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
42
43
0 commit comments