We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cf77e commit 8c8d6e6Copy full SHA for 8c8d6e6
osx_utils.sh
@@ -14,14 +14,14 @@ GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
14
DOWNLOADS_SDIR=downloads
15
WORKING_SDIR=working
16
17
-# As of 26 July 2019 - latest Python of each version with binary download
+# As of 14 Oct 2019 - latest Python of each version with binary download
18
# available.
19
# See: https://www.python.org/downloads/mac-osx/
20
LATEST_2p7=2.7.16
21
LATEST_3p5=3.5.4
22
LATEST_3p6=3.6.8
23
LATEST_3p7=3.7.4
24
-LATEST_3p8=3.8.0rc1
+LATEST_3p8=3.8.0
25
26
27
function check_python {
0 commit comments