We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b02b5 commit 8ba3c44Copy full SHA for 8ba3c44
1 file changed
pyproject.toml
@@ -39,8 +39,9 @@ minimum-version = "build-system.requires"
39
# Setuptools-style build caching in a local directory
40
build-dir = "build/{wheel_tag}"
41
42
-# Build stable ABI wheels for CPython 3.12+
43
-wheel.py-api = false
+# Build stable ABI wheels for CPython 3.13+
+wheel.py-api = "cp313"
44
+
45
46
[tool.scikit-build.cmake]
47
build-type = "Release"
0 commit comments