From 3f05b356d1f661ae0b473a7cb8dbb7a399888d9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:04:11 +0000 Subject: [PATCH] =?UTF-8?q?[autoupdate-python-macosuniversal]=20update=20P?= =?UTF-8?q?ython=20for=20macOS=20universal:=203.11.7=E2=86=923.11.8,=203.1?= =?UTF-8?q?2.1=E2=86=923.12.2?= 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 a3e5f0de..786273ee 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.7.9 3.8.10 3.9.13 3.10.11 3.11.7 3.12.1" -PYVERSIONS_MACOSUNIVERSAL="3.8.10 3.9.13 3.10.11 3.11.7 3.12.1" -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.7/python-3.11.7-macos11.pkg https://www.python.org/ftp/python/3.12.1/python-3.12.1-macos11.pkg" +PYVERSIONS_MACOSUNIVERSAL="3.8.10 3.9.13 3.10.11 3.11.8 3.12.2" +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.8/python-3.11.8-macos11.pkg https://www.python.org/ftp/python/3.12.2/python-3.12.2-macos11.pkg" CCACHE_VERSION=4.9 CCACHE_URL=https://github.com/ccache/ccache/releases/download/v4.9/ccache-4.9-windows-x86_64.zip CYTHON_VERSION=3.0.8