Skip to content

Commit 1eda0a0

Browse files
committed
Use abi3 if possible
1 parent 8ee3286 commit 1eda0a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ nlp = ["llvmlite", "tccbox"]
2929
editable.rebuild = true
3030
build-dir = "build/{wheel_tag}"
3131
cmake.build-type = "Release"
32+
# Build stable ABI wheels for CPython 3.12+
33+
wheel.py-api = "cp312"
3234

3335
[tool.scikit-build.cmake.define]
3436
PYTHON_VERSION = { env = "PYTHON_VERSION", default = "3.8" }

0 commit comments

Comments
 (0)