Skip to content
Snippets Groups Projects
Unverified Commit de680016 authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

latest python version (3.6.4) (#496)

Update buildpack to latest version of Python. 
parent 646466c4
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ ENV_DIR=$3
export BUILD_DIR CACHE_DIR ENV_DIR
# Python defaults
DEFAULT_PYTHON_VERSION="python-3.6.3"
LATEST_3="python-3.6.3"
DEFAULT_PYTHON_VERSION="python-3.6.4"
LATEST_3="python-3.6.4"
LATEST_2="python-2.7.14"
DEFAULT_PYTHON_STACK="cedar-14"
......
File mode changed from 100644 to 100755
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment