Skip to content
Snippets Groups Projects
Commit 3d8f6de9 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

update latest version of python


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent debee377
No related branches found
No related tags found
No related merge requests found
...@@ -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"
......
...@@ -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
} }
......
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