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

Python 3.6.5 (#695)


* 3.6.5

Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>

* fix tests

Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 6a961694
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ export VENDOR_URL ...@@ -49,8 +49,8 @@ export VENDOR_URL
# These variables are used to specify which versions of Python to install by default, # These variables are used to specify which versions of Python to install by default,
# as well as prompt the user to upgrade if they are using an un–supported version. # as well as prompt the user to upgrade if they are using an un–supported version.
# Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37. # Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
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"
# Which stack is used (for binary downloading), if none is provided (e.g. outside of Heroku)? # Which stack is used (for binary downloading), if none is provided (e.g. outside of Heroku)?
......
...@@ -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
} }
...@@ -83,7 +83,7 @@ testPython2() { ...@@ -83,7 +83,7 @@ testPython2() {
testPython3() { testPython3() {
compile "python3" compile "python3"
assertCaptured "python-3.6.4" assertCaptured "python-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