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 cabef4e commit 6963407Copy full SHA for 6963407
pyproject.toml
@@ -5,6 +5,7 @@ requires = ["Cython>=3.1.2", "setuptools", "wheel"]
5
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"]
10
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "
11
0 commit comments