diff --git a/pyproject.toml b/pyproject.toml index 0077be9..362bf0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,3 +88,17 @@ ignore = [ [tool.ruff.isort] combine-as-imports = true + + +[tool.cibuildwheel] +build = "cp39-* cp310-* cp311-* cp312-* cp313-*" +build-verbosity = 1 + +[tool.cibuildwheel.linux] +archs = "x86_64" + +[tool.cibuildwheel.macos] +archs = "auto" + +[tool.cibuildwheel.windows] +archs = "auto64"