Python 3 default for buildpack (#409)

* update default python to 3.6.1

* v110

* nltk python2
This commit is contained in:
2017-06-20 09:14:01 -07:00
committed by GitHub
parent 0a4cc2c476
commit a7c20eea42
3 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
# 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
+1 -1
View File
@@ -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"
+1
View File
@@ -0,0 +1 @@
python-2.7.13