From 0edc7c4ca78c0cccb25a0db8db74c42f4bc4eb68 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sun, 19 Oct 2025 00:24:32 +0200 Subject: [PATCH] Set Python alpha version to 3.15 --- .github/workflows/Parameters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index a40cb54..3fe0e1f 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -259,8 +259,8 @@ jobs: disable_list = "${{ inputs.disable_list }}".strip() currentMSYS2Version = "3.12" - currentAlphaVersion = "3.14" - currentAlphaRelease = "3.14.0-rc.3" + currentAlphaVersion = "3.15" + currentAlphaRelease = "3.15.0-a.1" if systems == "": print("::error title=Parameter::system_list is empty.")