From 2695344b208171efde847a5907ce05598a038ed3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:19:12 +0000 Subject: [PATCH] =?UTF-8?q?[autoupdate-python-macosuniversal]=20update=20P?= =?UTF-8?q?ython=20for=20macOS=20universal:=203.12.3=E2=86=923.12.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/dependencies.sh b/actions/dependencies.sh index 63a444bc..a4655d55 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -16,8 +16,8 @@ ICU_URL_SRC=https://github.com/unicode-org/icu/releases/download/release-74-2/ic JSON_VERSION=3.11.3 JSON_URL=https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip PYVERSIONS_WIN="3.8.10 3.9.13 3.10.11 3.11.9 3.12.3" -PYVERSIONS_MACOSUNIVERSAL="3.8.10 3.9.13 3.10.11 3.11.9 3.12.3" -PYURLS_MACOSUNIVERSAL="https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg https://www.python.org/ftp/python/3.12.3/python-3.12.3-macos11.pkg" +PYVERSIONS_MACOSUNIVERSAL="3.8.10 3.9.13 3.10.11 3.11.9 3.12.5" +PYURLS_MACOSUNIVERSAL="https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg https://www.python.org/ftp/python/3.12.5/python-3.12.5-macos11.pkg" CCACHE_VERSION=4.9.1 CCACHE_URL=https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-windows-x86_64.zip CYTHON_VERSION=3.0.10