This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
The following commit(s) were added to refs/heads/main by this push:
new f59eae05 fix: create wheel for GIL build of Python 3.14 (#703)
f59eae05 is described below
commit f59eae05349dd77d5de07a1883fe88fabe6bab65
Author: Tom McTiernan <[email protected]>
AuthorDate: Mon Aug 10 02:49:11 2026 +0100
fix: create wheel for GIL build of Python 3.14 (#703)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 7a05abed..5c0bdf8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -250,7 +250,7 @@ docstring-code-line-length = 80
build-verbosity = 1
# Per-Python-version wheels (no abi3 / limited API).
-build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314t-*"]
+build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*", "cp314-*",
"cp314t-*"]
skip = ["*musllinux*"]
# cp39-cp311 are covered by the cp312 test run.
test-skip = ["cp39-*", "cp310-*", "cp311-*"]