Skip to content
Snippets Groups Projects
Commit a7c20eea authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

Python 3 default for buildpack (#409)

* update default python to 3.6.1

* v110

* nltk python2
parent 0a4cc2c4
No related branches found
No related tags found
No related merge requests found
# Python Buildpack Changelog
# Unreleased
# 110
Fixed automatic pip uninstall of dependencies removed from requirements.txt.
Update Default Python to 3.6.1, bugfixes.
- Fixed automatic pip uninstall of dependencies removed from requirements.txt.
# 109
......
......@@ -32,7 +32,7 @@ CACHE_DIR=$2
ENV_DIR=$3
# Python defaults
DEFAULT_PYTHON_VERSION="python-2.7.13"
DEFAULT_PYTHON_VERSION="python-3.6.1"
DEFAULT_PYTHON_STACK="cedar-14"
PYTHON_EXE="/app/.heroku/python/bin/python"
PIP_VERSION="9.0.1"
......
python-2.7.13
\ No newline at end of file
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