diff --git a/actions/dependencies.sh b/actions/dependencies.sh index a3e5f0de..0c492380 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.7.9 3.8.10 3.9.13 3.10.11 3.11.7 3.12.1" +PYVERSIONS_WIN="3.7.9 3.8.10 3.9.13 3.10.11 3.11.8 3.12.2" 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" CCACHE_VERSION=4.9