Skip to content

Commit 112a95b

Browse files
EwoutHjorisvandenbossche
authored andcommitted
CI: Update to cibuildwheel 2.20.0 (pandas-dev#59401)
cibuildwheel 2.20.0 uses the ABI stable Python 3.13.0rc1 and build Python 3.13 wheels by default, which allows removing the `CIBW_PRERELEASE_PYTHONS` flag. Co-authored-by: Matthew Roeschke <[email protected]> (cherry picked from commit 70bb855)
1 parent e1dfdfd commit 112a95b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: Build aarch64 wheels
7373
no_output_timeout: 30m # Sometimes the tests won't generate any output, make sure the job doesn't get killed by that
7474
command: |
75-
pip3 install cibuildwheel==2.15.0
75+
pip3 install cibuildwheel==2.20.0
7676
cibuildwheel --prerelease-pythons --output-dir wheelhouse
7777
7878
environment:

.github/workflows/wheels.yml

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ jobs:
156156
with:
157157
package-dir: ./dist/${{ startsWith(matrix.buildplat[1], 'macosx') && env.sdist_name || needs.build_sdist.outputs.sdist_file }}
158158
env:
159-
CIBW_PRERELEASE_PYTHONS: True
160159
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
161160
CIBW_BUILD_FRONTEND: ${{ matrix.cibw_build_frontend || 'pip' }}
162161

0 commit comments

Comments
 (0)