Skip to content

Commit 1bb7adc

Browse files
committed
Do not use abi3audit, f windows
1 parent 828bb6b commit 1bb7adc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

light-curve/pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,3 @@ environment = { "PATH" = "$PATH:$HOME/.cargo/bin", "MATURIN_PEP517_ARGS" = "--lo
217217
select = "cp*-manylinux_x86_64 cp*-manylinux_aarch64 cp*-macosx*"
218218
test-command = "pytest {package}/README.md {package}/light_curve/ {package}/tests/ --ignore {package}/tests/test_w_bench.py"
219219
test-extras = ["test-no-bench"]
220-
221-
# Since we build ABI3 wheels, we need to check for ABI3 compatibility
222-
[[tool.cibuildwheel.overrides]]
223-
select = "*"
224-
inherit.repair-wheel-command = "append"
225-
repair-wheel-command = "pipx run --python=python3.12 abi3audit --strict --report {wheel}"

0 commit comments

Comments
 (0)