Skip to content

Commit 8756d58

Browse files
authored
Merge pull request multi-build#253 from radarhere/python
Updated Python versions
2 parents 65fd07a + 3ca2220 commit 8756d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osx_utils.sh

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

17-
# As of 30 March 2019 - latest Python of each version with binary download
17+
# As of 26 July 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
23-
LATEST_3p7=3.7.3
23+
LATEST_3p7=3.7.4
2424

2525

2626
function check_python {

0 commit comments

Comments
 (0)