Skip to content

Commit 9dbf98c

Browse files
committed
Add Python 3.14 to cibuildwheel build configuration
1 parent 6da771e commit 9dbf98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ line-ending = "auto" # Like Black, automatically detect the appropr
117117
convention = "google"
118118

119119
[tool.cibuildwheel]
120-
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*"]
120+
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*"]
121121
skip = ["*-manylinux_i686", "*-musllinux*"]

0 commit comments

Comments
 (0)