Skip to content

Commit 24cbc61

Browse files
committed
Enable pypy again
1 parent 824221a commit 24cbc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ testing = ["pytest", "numpy", "OldIsoSpecPy @ https://files.pythonhosted.org/pac
1818
testpaths = ["tests/Python"]
1919

2020
[tool.cibuildwheel]
21-
build = "cp*-* pp*-*"
21+
enable = ["pypy"]
2222
test-command = "python -m pytest"
2323
test-sources = "tests/Python"
2424
test-extras = ["testing"]

0 commit comments

Comments
 (0)