update latest version of python

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-01 11:28:42 -04:00
parent debee377b8
commit 3d8f6de92e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ fi
export VENDOR_URL
# Python defaults
DEFAULT_PYTHON_VERSION="python-3.6.4"
LATEST_3="python-3.6.4"
DEFAULT_PYTHON_VERSION="python-3.6.5"
LATEST_3="python-3.6.5"
LATEST_2="python-2.7.15"
DEFAULT_PYTHON_STACK="cedar-14"
+1 -1
View File
@@ -12,7 +12,7 @@ testPipenvLock() {
testPipenvVersion() {
compile "pipenv-version"
assertCaptured "3.6.4"
assertCaptured "3.6.5"
assertCapturedSuccess
}