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 6963407 commit bbdb33aCopy full SHA for bbdb33a
pyproject.toml
@@ -6,7 +6,7 @@ build-verbosity = 2
6
environment = {LUPA_USE_BUNDLE = "true"}
7
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2"]
8
enable = "cpython-prerelease"
9
-test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64", "*-macosx_x86_64"]
+test-skip = ["*-macosx_*"]
10
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "
11
12
[tool.cibuildwheel.linux]
0 commit comments