Skip to content

Commit

Permalink
Update Python patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Aug 22, 2024
1 parent b5e75d5 commit e82c8d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions osx_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ MACPYTHON_URL=https://www.python.org/ftp/python
MACPYTHON_PY_PREFIX=/Library/Frameworks/Python.framework/Versions
WORKING_SDIR=working

# As of 3 Oct 2023 - latest Python of each version with binary download
# As of 22 Aug 2024 - latest Python of each version with binary download
# available.
# See: https://www.python.org/downloads/macos/
LATEST_2p7=2.7.18
LATEST_3p5=3.5.4
LATEST_3p6=3.6.8
LATEST_3p7=3.7.9
LATEST_3p8=3.8.10
LATEST_3p9=3.9.13
LATEST_3p10=3.10.11
LATEST_3p11=3.11.6
LATEST_3p12=3.12.0
LATEST_3p8=3.8.19
LATEST_3p9=3.9.19
LATEST_3p10=3.10.14
LATEST_3p11=3.11.9
LATEST_3p12=3.12.5
LATEST_3p13=3.13.0rc1


Expand Down

0 comments on commit e82c8d7

Please sign in to comment.