Skip to content

Commit 8c8d6e6

Browse files
committed
CPython 3.8.0 was released
1 parent d0cf77e commit 8c8d6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osx_utils.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
1414
DOWNLOADS_SDIR=downloads
1515
WORKING_SDIR=working
1616

17-
# As of 26 July 2019 - latest Python of each version with binary download
17+
# As of 14 Oct 2019 - latest Python of each version with binary download
1818
# available.
1919
# See: https://www.python.org/downloads/mac-osx/
2020
LATEST_2p7=2.7.16
2121
LATEST_3p5=3.5.4
2222
LATEST_3p6=3.6.8
2323
LATEST_3p7=3.7.4
24-
LATEST_3p8=3.8.0rc1
24+
LATEST_3p8=3.8.0
2525

2626

2727
function check_python {

0 commit comments

Comments
 (0)