We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6988d7 commit d3fca72Copy full SHA for d3fca72
1 file changed
pyproject.toml
@@ -28,6 +28,7 @@ test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "
28
[tool.cibuildwheel.windows]
29
archs = ["AMD64", "x86", "ARM64"]
30
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" && python -c \"import lupa.luajit21\" "
31
+environment-pass = ["LUPA_LIMITED_API", "PATH"]
32
33
[tool.cibuildwheel.macos]
34
# https://cibuildwheel.readthedocs.io/en/stable/faq/#what-to-provide suggests to provide
0 commit comments