Update defaults for Python 3 apps on Heroku

Also update our documentation and CHANGELOG for this version of the
buildpack.
This commit is contained in:
Ian Stapleton Cordasco
2018-06-28 10:57:13 -05:00
parent 9a3c1fab04
commit abade31848
4 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ testPipenvLock() {
testPipenvVersion() {
compile "pipenv-version"
assertCaptured "3.6.5"
assertCaptured "3.6.6"
assertCapturedSuccess
}
@@ -83,7 +83,7 @@ testPython2() {
testPython3() {
compile "python3"
assertCaptured "python-3.6.5"
assertCaptured "python-3.6.6"
assertCapturedSuccess
}