We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824221a commit 24cbc61Copy full SHA for 24cbc61
pyproject.toml
@@ -18,7 +18,7 @@ testing = ["pytest", "numpy", "OldIsoSpecPy @ https://files.pythonhosted.org/pac
18
testpaths = ["tests/Python"]
19
20
[tool.cibuildwheel]
21
-build = "cp*-* pp*-*"
+enable = ["pypy"]
22
test-command = "python -m pytest"
23
test-sources = "tests/Python"
24
test-extras = ["testing"]
0 commit comments