Skip to content

Commit

Permalink
Build: Undo last change: Remove custom Py3.[78] build again since it …
Browse files Browse the repository at this point in the history
…fails due to MACOSX_DEPLOYMENT_TARGET mishandling.
  • Loading branch information
scoder committed Mar 24, 2024
1 parent dbec7f2 commit 8c3cf8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ jobs:
pyversion:
- "2.7"
- "3.6"
- "3.7"
- "3.8"
#- "pypy-3.7-v7.3.7"
#- "pypy-3.8-v7.3.7"
#- "pypy-3.9-v7.3.11"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["Cython>=3.0.9", "setuptools", "wheel"]
[tool.cibuildwheel]
build-verbosity = 2
environment = {LUPA_USE_BUNDLE = "true"}
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2", "cp36-macosx_x86_64", "cp37-macosx_x86_64", "cp38-macosx_x86_64"]
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2", "cp36-macosx_x86_64"]
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 8c3cf8d

Please sign in to comment.