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
3d8f6de9
Commit
3d8f6de9
authored
May 01, 2018
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update latest version of python
Signed-off-by:
Kenneth Reitz
<
me@kennethreitz.org
>
parent
debee377
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
compile
bin/compile
+2
-2
run
test/run
+1
-1
No files found.
bin/compile
View file @
3d8f6de9
...
@@ -40,8 +40,8 @@ fi
...
@@ -40,8 +40,8 @@ fi
export
VENDOR_URL
export
VENDOR_URL
# Python defaults
# Python defaults
DEFAULT_PYTHON_VERSION
=
"python-3.6.
4
"
DEFAULT_PYTHON_VERSION
=
"python-3.6.
5
"
LATEST_3
=
"python-3.6.
4
"
LATEST_3
=
"python-3.6.
5
"
LATEST_2
=
"python-2.7.15"
LATEST_2
=
"python-2.7.15"
DEFAULT_PYTHON_STACK
=
"cedar-14"
DEFAULT_PYTHON_STACK
=
"cedar-14"
...
...
test/run
View file @
3d8f6de9
...
@@ -12,7 +12,7 @@ testPipenvLock() {
...
@@ -12,7 +12,7 @@ testPipenvLock() {
testPipenvVersion
()
{
testPipenvVersion
()
{
compile
"pipenv-version"
compile
"pipenv-version"
assertCaptured
"3.6.
4
"
assertCaptured
"3.6.
5
"
assertCapturedSuccess
assertCapturedSuccess
}
}
...
...
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