Skip to content

Commit d0b830e

Browse files
committed
feat: support to Python 3.14
1 parent aab0ad1 commit d0b830e

2 files changed

Lines changed: 153 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ requires = ["setuptools>=61.0", "wheel", "Cython>=3.0"]
240240
build-backend = "setuptools.build_meta"
241241

242242
[tool.cibuildwheel]
243-
build = "cp310-* cp311-* cp312-* cp313-*"
243+
build = "cp310-* cp311-* cp312-* cp313-* cp314-*"
244244
skip = "*-win32 *-manylinux_i686"
245245
archs = ["auto64"]
246246

uv.lock

Lines changed: 152 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)