Skip to content
Snippets Groups Projects
Commit 5e466768 authored by Casey Faist's avatar Casey Faist
Browse files

add case for older python 3 install attempts

parent f9621add
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,10 @@ else ...@@ -34,6 +34,10 @@ else
else else
echo " Using supported version of Python 3.6 ($PYTHON_VERSION)" echo " Using supported version of Python 3.6 ($PYTHON_VERSION)"
fi 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 "You are using $PYTHON_VERSION, which is unsupported."
puts-warn "We recommend upgrading by specifying the default supported version ($LATEST_36)."
fi fi
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment