File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ export VENDOR_URL
49
49
# These variables are used to specify which versions of Python to install by default,
50
50
# as well as prompt the user to upgrade if they are using an un–supported version.
51
51
# 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 "
54
54
LATEST_2=" python-2.7.15"
55
55
56
56
# Which stack is used (for binary downloading), if none is provided (e.g. outside of Heroku)?
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ testPipenvLock() {
12
12
13
13
testPipenvVersion () {
14
14
compile " pipenv-version"
15
- assertCaptured " 3.6.4 "
15
+ assertCaptured " 3.6.5 "
16
16
assertCapturedSuccess
17
17
}
18
18
@@ -83,7 +83,7 @@ testPython2() {
83
83
84
84
testPython3 () {
85
85
compile " python3"
86
- assertCaptured " python-3.6.4 "
86
+ assertCaptured " python-3.6.5 "
87
87
assertCapturedSuccess
88
88
}
89
89
You can’t perform that action at this time.
0 commit comments