We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2686e commit 913e7fcCopy full SHA for 913e7fc
pyproject.toml
@@ -312,13 +312,9 @@ build = "cp3*"
312
skip = ["*-musllinux_*", "cp313t-*"]
313
archs = "auto64"
314
test-groups = ["test"]
315
-test-command = "pytest {project}/test/python"
+test-command = "pytest test/python"
316
build-frontend = "build[uv]"
317
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"
322
test-skip = [
323
"cp3??t-*", # no freethreading qiskit wheels
324
"cp*-win_arm64", # no numpy, qiskit, ... wheels
0 commit comments