Skip to content

Commit ca0ff33

Browse files
committed
Build: Include PyPy wheels.
1 parent 6e08760 commit ca0ff33

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ skip = [
2121
# FT on i686 crashes for some reason
2222
"cp31?t-*_i686",
2323
]
24-
enable = "cpython-prerelease"
24+
enable = [
25+
"cpython-prerelease",
26+
"pypy",
27+
]
2528
test-skip = ["*-macosx_*"]
2629
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "
2730

0 commit comments

Comments
 (0)