Commit 474b9a3
Upgrade cibuildwheel to v3.2.1 for full Python 3.13/3.14 support
This commit upgrades cibuildwheel from v2.20.0 to v3.2.1 to fix the
'No build identifiers selected' errors for Python 3.13/3.14.
Changes:
- Upgraded cibuildwheel from v2.20.0 to v3.2.1
- v2.23.3 added Python 3.13 support
- v3.1.0 added Python 3.14 support (built by default)
- v3.2.1 includes CPython 3.14.0 final
- Removed prerelease_pythons flags from all Python 3.14 matrix entries
- No longer needed since Python 3.14 is built by default in v3.1.0+
- Removed CIBW_PRERELEASE_PYTHONS environment variable
- Not needed for Python 3.14 in cibuildwheel v3.1.0+
This should fix all 'No build identifiers selected' errors that were
preventing Python 3.13/3.14 builds from running on all platforms.
Platforms affected: Windows, Linux x86_64, Linux aarch64, macOS x86_64, macOS arm64
Co-Authored-By: atksh <[email protected]>1 parent 85aad26 commit 474b9a3
1 file changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
132 | | - | |
133 | 130 | | |
134 | 131 | | |
135 | 132 | | |
| |||
168 | 165 | | |
169 | 166 | | |
170 | 167 | | |
171 | | - | |
172 | 168 | | |
173 | 169 | | |
174 | 170 | | |
| |||
206 | 202 | | |
207 | 203 | | |
208 | 204 | | |
209 | | - | |
210 | 205 | | |
211 | 206 | | |
212 | 207 | | |
| |||
223 | 218 | | |
224 | 219 | | |
225 | 220 | | |
226 | | - | |
| 221 | + | |
227 | 222 | | |
228 | 223 | | |
229 | 224 | | |
| |||
233 | 228 | | |
234 | 229 | | |
235 | 230 | | |
236 | | - | |
237 | 231 | | |
238 | 232 | | |
239 | 233 | | |
| |||
0 commit comments