We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61381f commit e082402Copy full SHA for e082402
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
- uses: actions/checkout@v4
47
48
- name: Build wheels
49
- uses: pypa/cibuildwheel@v2.23.3
+ uses: pypa/cibuildwheel@v3.1.4
50
env:
51
CIBW_PLATFORM: ${{ matrix.platform }}
52
CIBW_ARCHS: ${{ matrix.archs }}
pyproject.toml
@@ -70,6 +70,3 @@ experimental = true
70
enable = ["cpython-freethreading"]
71
# Disable building PyPy, musllinux and thread-freethreading on Mac and Windows wheels
72
skip = ["pp*", "*musllinux*", "*t-win*"]
73
-
74
-manylinux-x86_64-image = "manylinux_2_28"
75
-manylinux-aarch64-image = "manylinux_2_28"
0 commit comments