Skip to content

Commit

Permalink
Skip problematic python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Aug 9, 2024
1 parent fd6203b commit f7c1a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Build wheels
run: cibuildwheel --output-dir dist
env:
CIBW_SKIP: "*-win32 *-manylinux_i686" # Skip 32 bit
CIBW_SKIP: "*-win32 *-manylinux_i686 cp38-macosx_*:arm64 cp39-macosx_*:arm64" # Skip 32 bit
CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux }}
CIBW_BEFORE_ALL_LINUX: ${{ matrix.cibw_before_all_linux }}
# Fully test the build wheels again.
Expand Down

0 comments on commit f7c1a4b

Please sign in to comment.