Skip to content

Commit a8fdd1e

Browse files
authored
Python 3.6.5 (heroku#695)
* 3.6.5 Signed-off-by: Kenneth Reitz <[email protected]> * fix tests Signed-off-by: Kenneth Reitz <[email protected]>
1 parent 6a96169 commit a8fdd1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bin/compile

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ export VENDOR_URL
4949
# These variables are used to specify which versions of Python to install by default,
5050
# as well as prompt the user to upgrade if they are using an un–supported version.
5151
# Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
52-
DEFAULT_PYTHON_VERSION="python-3.6.4"
53-
LATEST_3="python-3.6.4"
52+
DEFAULT_PYTHON_VERSION="python-3.6.5"
53+
LATEST_3="python-3.6.5"
5454
LATEST_2="python-2.7.15"
5555

5656
# Which stack is used (for binary downloading), if none is provided (e.g. outside of Heroku)?

test/run

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ testPipenvLock() {
1212

1313
testPipenvVersion() {
1414
compile "pipenv-version"
15-
assertCaptured "3.6.4"
15+
assertCaptured "3.6.5"
1616
assertCapturedSuccess
1717
}
1818

@@ -83,7 +83,7 @@ testPython2() {
8383

8484
testPython3() {
8585
compile "python3"
86-
assertCaptured "python-3.6.4"
86+
assertCaptured "python-3.6.5"
8787
assertCapturedSuccess
8888
}
8989

0 commit comments

Comments
 (0)