Skip to content

Commit 0edc7c4

Browse files
committed
Set Python alpha version to 3.15
1 parent 77ed5bb commit 0edc7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Parameters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ jobs:
259259
disable_list = "${{ inputs.disable_list }}".strip()
260260
261261
currentMSYS2Version = "3.12"
262-
currentAlphaVersion = "3.14"
263-
currentAlphaRelease = "3.14.0-rc.3"
262+
currentAlphaVersion = "3.15"
263+
currentAlphaRelease = "3.15.0-a.1"
264264
265265
if systems == "":
266266
print("::error title=Parameter::system_list is empty.")

0 commit comments

Comments
 (0)