We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee3286 commit 1eda0a0Copy full SHA for 1eda0a0
pyproject.toml
@@ -29,6 +29,8 @@ nlp = ["llvmlite", "tccbox"]
29
editable.rebuild = true
30
build-dir = "build/{wheel_tag}"
31
cmake.build-type = "Release"
32
+# Build stable ABI wheels for CPython 3.12+
33
+wheel.py-api = "cp312"
34
35
[tool.scikit-build.cmake.define]
36
PYTHON_VERSION = { env = "PYTHON_VERSION", default = "3.8" }
0 commit comments