From d0e95db9f6e8d67274b7c087f5a1c2d2b9dfb539 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:55:43 +0000 Subject: [PATCH] =?UTF-8?q?[autoupdate-python-windows]=20update=20Python?= =?UTF-8?q?=20for=20Windows:=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/dependencies.sh b/actions/dependencies.sh index cc7f7fe6..0337a397 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -15,7 +15,7 @@ ICU_URL_WIN=https://github.com/unicode-org/icu/releases/download/release-74-2/ic ICU_URL_SRC=https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz 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_WIN="3.8.10 3.9.13 3.10.11 3.11.9 3.12.5" 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