Skip to content

Commit

Permalink
Build: Use custom build for macOS 3.[678] on AMD64 since cibuildwheel…
Browse files Browse the repository at this point in the history
… fails trying to import the wheel on M1 macs.
  • Loading branch information
scoder committed Mar 24, 2024
1 parent 38fbde6 commit dbec7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,12 @@ jobs:
matrix:
os:
- macos-11
- windows-2019
#os: [macos-11, windows-latest, macOS-M1]
#os: [macos-11, macOS-M1]
#os: [macos-11]
#- windows-2019
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"]
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2", "cp36-macosx_x86_64", "cp37-macosx_x86_64", "cp38-macosx_x86_64"]
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit dbec7f2

Please sign in to comment.