Skip to content

Commit 884e4eb

Browse files
committed
sentencepiece: also build cp311 wheels
Match the documented default matrix (3.11 through 3.14t); numpy's 3.12+ floor is the exception, not the rule. Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent ecbfd45 commit 884e4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-sentencepiece.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python: ["cp312", "cp313", "cp314", "cp314t"]
36+
python: ["cp311", "cp312", "cp313", "cp314", "cp314t"]
3737

3838
steps:
3939
# sentencepiece's Python packaging lives in the `python/` subdirectory

0 commit comments

Comments
 (0)