diff --git a/pyproject.toml b/pyproject.toml index d99d38a..18ddee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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