Skip to content

Commit 285ca2b

Browse files
committed
reword warning, add doc link
1 parent 5e46676 commit 285ca2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/steps/python

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ else
3535
echo " Using supported version of Python 3.6 ($PYTHON_VERSION)"
3636
fi
3737
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."
38+
puts-warn "Heroku supports runtime versions $LATEST_37, $LATEST_36 and $LATEST_2."
3939
puts-warn "You are using $PYTHON_VERSION, which is unsupported."
4040
puts-warn "We recommend upgrading by specifying the default supported version ($LATEST_36)."
41+
echo " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
4142
fi
4243
fi
4344
fi

0 commit comments

Comments
 (0)