Skip to content

Commit

Permalink
Update Python patch versions (#523)
Browse files Browse the repository at this point in the history
* Update Python patch versions

* osx_utils.sh: Don't update Python 3.8 to 3.10

They're already on their latest versions for which a binary download it available.
  • Loading branch information
EwoutH authored Aug 22, 2024
1 parent b5e75d5 commit f876f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osx_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
Expand All @@ -20,8 +20,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_3p11=3.11.9
LATEST_3p12=3.12.5
LATEST_3p13=3.13.0rc1


Expand Down

0 comments on commit f876f1d

Please sign in to comment.