Skip to content

Commit

Permalink
Merge branch 'kliment:master' into issue-1421
Browse files Browse the repository at this point in the history
  • Loading branch information
DivingDuck authored Oct 5, 2024
2 parents e04d6ea + b3a78c6 commit 5ac78fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
platforms: all

- name: Build ${{ matrix.os }} wheels
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.21.2
env:
# we only support what's supported by wxPython, therefore we skip:
# * PyPy Python implementation
# * Python 3.6 and 3.7 versions
# * Python 3.6, 3.7 and 3.13 versions
# * musl C implementation
CIBW_SKIP: "pp* cp36* cp37* *-musllinux*"
CIBW_SKIP: "pp* cp36* cp37* cp313* *-musllinux*"
# produce ARM wheels on Linux in addition to 32 and 64 bit
CIBW_ARCHS_LINUX: auto aarch64
# produce wheels for macOS to support both Intel and Apple silicon
Expand Down

0 comments on commit 5ac78fe

Please sign in to comment.