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 233c9cc commit 6ef1e08Copy full SHA for 6ef1e08
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["Cython>=3.1.2", "setuptools", "wheel"]
4
[tool.cibuildwheel]
5
build-verbosity = 2
6
environment = {LUPA_USE_BUNDLE = "true"}
7
-skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2", "cp36-macosx_x86_64"]
+skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2"]
8
test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64", "*-macosx_x86_64"]
9
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "
10
0 commit comments