diff --git a/pyproject.toml b/pyproject.toml index 872fb90..bd4989f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,3 +11,6 @@ requires = [ "numpy>=1.26.0b1; python_version>='3.12'" ] build-backend = 'setuptools.build_meta' + +[tool.cibuildwheel] +skip = "cp312-*"