mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
latest python version (3.6.4) (#496)
Update buildpack to latest version of Python.
This commit is contained in:
@@ -12,7 +12,7 @@ testPipenvLock() {
|
||||
|
||||
testPipenvVersion() {
|
||||
compile "pipenv-version"
|
||||
assertCaptured "3.6.3"
|
||||
assertCaptured "3.6.4"
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ testPython2() {
|
||||
|
||||
testPython3() {
|
||||
compile "python3"
|
||||
assertCaptured "python-3.6.3"
|
||||
assertCaptured "python-3.6.4"
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user