From 285ca2b73dc3db10a0d2ba5a29dff10d72c16d82 Mon Sep 17 00:00:00 2001 From: Casey Faist <caseylfaist@gmail.com> Date: Fri, 17 Aug 2018 14:36:35 -0500 Subject: [PATCH] reword warning, add doc link --- bin/steps/python | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/steps/python b/bin/steps/python index b6366194..ea623b1b 100755 --- a/bin/steps/python +++ b/bin/steps/python @@ -35,9 +35,10 @@ else echo " Using supported version of Python 3.6 ($PYTHON_VERSION)" fi else - 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." puts-warn "You are using $PYTHON_VERSION, which is unsupported." puts-warn "We recommend upgrading by specifying the default supported version ($LATEST_36)." + echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes" fi fi fi -- GitLab