Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
a7c20eea
Commit
a7c20eea
authored
Jun 20, 2017
by
Kenneth Reitz
Committed by
GitHub
Jun 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python 3 default for buildpack (#409)
* update default python to 3.6.1 * v110 * nltk python2
parent
0a4cc2c4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
CHANGELOG.md
CHANGELOG.md
+4
-2
compile
bin/compile
+1
-1
runtime.txt
test/fixtures/nltk/runtime.txt
+1
-0
No files found.
CHANGELOG.md
View file @
a7c20eea
# 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
...
...
bin/compile
View file @
a7c20eea
...
...
@@ -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"
...
...
test/fixtures/nltk/runtime.txt
0 → 100644
View file @
a7c20eea
python-2.7.13
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment