From 610d057659c68fc95f2a814e9f4e3c10d477e5f1 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Sat, 21 Dec 2024 19:27:50 +0200 Subject: [PATCH] pyproject.toml: pybind11 does not support stable CPython ABI --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) 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