Updated Python version for MSYS2 to 3.12.

This commit is contained in:
Patrick Lehmann
2024-12-18 22:50:02 +01:00
parent a9a3c400fd
commit cf2e89a622
3 changed files with 5 additions and 5 deletions

View File

@@ -147,7 +147,7 @@ jobs:
else:
name = f"{package_namespace}.{package_name}"
currentMSYS2Version = "3.11"
currentMSYS2Version = "3.12"
currentAlphaVersion = "3.14"
currentAlphaRelease = "3.14.0-alpha.1"