Skip to content

Commit 913e7fc

Browse files
committed
Update cibuildwheel configuration
1 parent 2d2686e commit 913e7fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,9 @@ build = "cp3*"
312312
skip = ["*-musllinux_*", "cp313t-*"]
313313
archs = "auto64"
314314
test-groups = ["test"]
315-
test-command = "pytest {project}/test/python"
315+
test-command = "pytest test/python"
316316
build-frontend = "build[uv]"
317317
enable = ["cpython-freethreading"]
318-
manylinux-x86_64-image = "manylinux_2_28"
319-
manylinux-aarch64-image = "manylinux_2_28"
320-
manylinux-ppc64le-image = "manylinux_2_28"
321-
manylinux-s390x-image = "manylinux_2_28"
322318
test-skip = [
323319
"cp3??t-*", # no freethreading qiskit wheels
324320
"cp*-win_arm64", # no numpy, qiskit, ... wheels

0 commit comments

Comments
 (0)