Skip to content

Commit 1c9ffb3

Browse files
authored
ci/cd: add python 3.12 (#418)
Per requested in sgl-project/sglang#849, we should build python 3.12 wheels starting from the next version.
1 parent 0dd801d commit 1c9ffb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python: ["3.8", "3.9", "3.10", "3.11"]
28+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2929
cuda: ["11.8", "12.1", "12.4"]
3030
torch: ["2.2", "2.3", "2.4"]
3131
exclude: # for cuda 12.4, we only support torch 2.4+

0 commit comments

Comments
 (0)