From fc91e836b3ab765b3506a3688173f8a38beb4a43 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 7 Sep 2024 13:41:17 +1000 Subject: [PATCH] Updated Python versions --- osx_utils.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osx_utils.sh b/osx_utils.sh index 5749acd3..2d6d49fc 100644 --- a/osx_utils.sh +++ b/osx_utils.sh @@ -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 22 Aug 2024 - latest Python of each version with binary download +# As of 7 Sep 2024 - latest Python of each version with binary download # available. # See: https://www.python.org/downloads/macos/ LATEST_2p7=2.7.18 @@ -21,8 +21,8 @@ LATEST_3p8=3.8.10 LATEST_3p9=3.9.13 LATEST_3p10=3.10.11 LATEST_3p11=3.11.9 -LATEST_3p12=3.12.5 -LATEST_3p13=3.13.0rc1 +LATEST_3p12=3.12.6 +LATEST_3p13=3.13.0rc2 function check_python {