Skip to content

Commit

Permalink
MAINT: Update cibuildwheel from 2.9.0 to 2.11.2
Browse files Browse the repository at this point in the history
Main new feature is that is that cibuildwheel now uses the stable Python 3.11.0 release for building Python 3.11 wheels.

Changelog: https://cibuildwheel.readthedocs.io/en/stable/changelog/#v2112

[wheel build]
  • Loading branch information
EwoutH committed Nov 3, 2022
1 parent 28e9227 commit a58ffa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
if: ${{ env.IS_32_BIT == 'true' }}

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
uses: pypa/cibuildwheel@v2.11.2
env:
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}

Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
- CIBW_BUILD: cp38-manylinux_aarch64
- EXPECT_CPU_FEATURES: "NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM"
install: python3 -m pip install cibuildwheel==2.9.0
install: python3 -m pip install cibuildwheel==2.11.2
script: |
cibuildwheel --output-dir wheelhouse
source ./tools/wheels/upload_wheels.sh
Expand All @@ -73,7 +73,7 @@ jobs:
virt: vm
env:
- CIBW_BUILD: cp39-manylinux_aarch64
install: python3 -m pip install cibuildwheel==2.9.0
install: python3 -m pip install cibuildwheel==2.11.2
script: |
cibuildwheel --output-dir wheelhouse
source ./tools/wheels/upload_wheels.sh
Expand All @@ -86,7 +86,7 @@ jobs:
virt: vm
env:
- CIBW_BUILD: cp310-manylinux_aarch64
install: python3 -m pip install cibuildwheel==2.9.0
install: python3 -m pip install cibuildwheel==2.11.2
script: |
cibuildwheel --output-dir wheelhouse
source ./tools/wheels/upload_wheels.sh
Expand All @@ -99,7 +99,7 @@ jobs:
virt: vm
env:
- CIBW_BUILD: cp311-manylinux_aarch64
install: python3 -m pip install cibuildwheel==2.9.0
install: python3 -m pip install cibuildwheel==2.11.2
script: |
cibuildwheel --output-dir wheelhouse
source ./tools/wheels/upload_wheels.sh
Expand Down

0 comments on commit a58ffa4

Please sign in to comment.