From f876f1d896de406db13900e9768c4fb496957681 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Thu, 22 Aug 2024 15:45:55 +0200 Subject: [PATCH] Update Python patch versions (#523) * 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. --- osx_utils.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osx_utils.sh b/osx_utils.sh index ceafde1a..5749acd3 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 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 @@ -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