Skip to content

Commit

Permalink
pyproject.toml: pybind11 does not support stable CPython ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Dec 21, 2024
1 parent 4dd62d4 commit 610d057
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ cmake.targets = ["python_bindings"]
install.components = ["python"]
wheel.license-files = ["LICENSE"]
build-dir = "build/{wheel_tag}"
# Build stable ABI wheels for CPython 3.12+
wheel.py-api = "cp312"

[tool.scikit-build.cmake.define]
BUILD_PYTHON = true
Expand Down

0 comments on commit 610d057

Please sign in to comment.