We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debee37 commit 3d8f6deCopy full SHA for 3d8f6de
bin/compile
@@ -40,8 +40,8 @@ fi
40
export VENDOR_URL
41
42
# Python defaults
43
-DEFAULT_PYTHON_VERSION="python-3.6.4"
44
-LATEST_3="python-3.6.4"
+DEFAULT_PYTHON_VERSION="python-3.6.5"
+LATEST_3="python-3.6.5"
45
LATEST_2="python-2.7.15"
46
47
DEFAULT_PYTHON_STACK="cedar-14"
test/run
@@ -12,7 +12,7 @@ testPipenvLock() {
12
13
testPipenvVersion() {
14
compile "pipenv-version"
15
- assertCaptured "3.6.4"
+ assertCaptured "3.6.5"
16
assertCapturedSuccess
17
}
18
0 commit comments