Skip to content

Commit 3d8f6de

Browse files
committed
update latest version of python
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
1 parent debee37 commit 3d8f6de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/compile

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ fi
4040
export VENDOR_URL
4141

4242
# Python defaults
43-
DEFAULT_PYTHON_VERSION="python-3.6.4"
44-
LATEST_3="python-3.6.4"
43+
DEFAULT_PYTHON_VERSION="python-3.6.5"
44+
LATEST_3="python-3.6.5"
4545
LATEST_2="python-2.7.15"
4646

4747
DEFAULT_PYTHON_STACK="cedar-14"

test/run

+1-1
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

0 commit comments

Comments
 (0)