Skip to content

Commit 4cc9e3b

Browse files
add python3.13 into the final release artifact (#3499)
1 parent b5eff78 commit 4cc9e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/generate-release-matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"tarball": ["cu128"],
1010
}
1111
RELEASE_PYTHON_VERSION = {
12-
"wheel": ["3.9", "3.10", "3.11", "3.12"],
12+
"wheel": ["3.9", "3.10", "3.11", "3.12", "3.13"],
1313
"tarball": ["3.11"],
1414
}
1515

0 commit comments

Comments
 (0)