Skip to content

Commit 6ef1e08

Browse files
committed
Build: Remove dead config.
1 parent 233c9cc commit 6ef1e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["Cython>=3.1.2", "setuptools", "wheel"]
44
[tool.cibuildwheel]
55
build-verbosity = 2
66
environment = {LUPA_USE_BUNDLE = "true"}
7-
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2", "cp36-macosx_x86_64"]
7+
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2"]
88
test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64", "*-macosx_x86_64"]
99
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "
1010

0 commit comments

Comments
 (0)