Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-26 09:52:01 -04:00
parent 57e0a88585
commit 18c22492af
+1 -1
View File
@@ -11,7 +11,7 @@ if [[ $PYTHON_VERSION == "python-2*" ]]; then
fi
else
if [[ "$PYTHON_VERSION" != "$LATEST_3" ]]; then
puts-warn "The latest version of Python 3 is $LATEST_2. We recommend upgrading by specifying this version in a runtime.txt file."
puts-warn "The latest version of Python 3 is $LATEST_3. We recommend upgrading by specifying this version in a runtime.txt file."
puts " Learn More: https://devcenter.heroku.com/articles/python-runtimes"
fi