We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1826b commit c825719Copy full SHA for c825719
scripts/macpython-install-python.sh
@@ -43,15 +43,15 @@ GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
43
DOWNLOADS_SDIR=downloads
44
WORKING_SDIR=working
45
46
-# As of 24 September 2020 - latest Python of each version with binary download
+# As of 26 January 2021 - latest Python of each version with binary download
47
# available.
48
# See: https://www.python.org/downloads/mac-osx/
49
LATEST_2p7=2.7.18
50
LATEST_3p5=3.5.4
51
LATEST_3p6=3.6.8
52
-LATEST_3p7=3.7.6
53
-LATEST_3p8=3.8.6
54
-LATEST_3p9=3.9.0
+LATEST_3p7=3.7.9
+LATEST_3p8=3.8.7
+LATEST_3p9=3.9.1
55
56
57
function check_python {
0 commit comments