mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Python 3 default for buildpack (#409)
* update default python to 3.6.1 * v110 * nltk python2
This commit is contained in:
+4
-2
@@ -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
@@ -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"
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
python-2.7.13
|
||||
Reference in New Issue
Block a user