Skip to content

Commit e082402

Browse files
committed
Bump up cibuildwheel version
1 parent a61381f commit e082402

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747

4848
- name: Build wheels
49-
uses: pypa/cibuildwheel@v2.23.3
49+
uses: pypa/cibuildwheel@v3.1.4
5050
env:
5151
CIBW_PLATFORM: ${{ matrix.platform }}
5252
CIBW_ARCHS: ${{ matrix.archs }}

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,3 @@ experimental = true
7070
enable = ["cpython-freethreading"]
7171
# Disable building PyPy, musllinux and thread-freethreading on Mac and Windows wheels
7272
skip = ["pp*", "*musllinux*", "*t-win*"]
73-
74-
manylinux-x86_64-image = "manylinux_2_28"
75-
manylinux-aarch64-image = "manylinux_2_28"

0 commit comments

Comments
 (0)