From d5687d0605d58215587c2ef3f204e7ed43f7bc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20And=C3=A9n?= Date: Tue, 9 Jul 2024 18:35:12 +0200 Subject: [PATCH] py: remove dependency on py version --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a6a54e4c7..e778693f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,9 @@ cmake.define = {"FINUFFT_BUILD_PYTHON" = "ON", "FINUFFT_ENABLE_INSTALL" = "OFF"} wheel.packages = ["python/finufft/finufft"] +# Indicate that we don't depend on the CPython API +wheel.py-api = "py3" + [tool.scikit-build.metadata.version] provider = "scikit_build_core.metadata.regex" input = "python/finufft/finufft/__init__.py"