[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [tool.cibuildwheel.macos] repair-wheel-command = "" # getting issues with unresolved files [tool.cibuildwheel] build = "cp310-* cp311-* cp312-* cp313-* cp314-*" skip = "*-musllinux_*" test-command = "python {project}/test_durable.py"