12 lines
323 B
TOML
12 lines
323 B
TOML
[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"
|