|
93 | 93 | - uses: actions/setup-python@v3 |
94 | 94 |
|
95 | 95 | - name: Install cibuildwheel |
96 | | - run: python -m pip install cibuildwheel==2.11.1 |
| 96 | + run: python -m pip install cibuildwheel==2.11.2 |
97 | 97 |
|
98 | 98 | - name: Build wheels |
99 | 99 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -209,6 +209,18 @@ Changelog |
209 | 209 |
|
210 | 210 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually --> |
211 | 211 |
|
| 212 | +### v2.11.2 |
| 213 | + |
| 214 | +_26 October 2022_ |
| 215 | + |
| 216 | +- 🛠 Updates CPython 3.11 to 3.11.0 - final release (#1327) |
| 217 | +- 🛠 Simplify the default macOS repair command (#1322) |
| 218 | +- 🛠 Fix the default `MACOSX_DEPLOYMENT_TARGET` on arm64 (#1312) |
| 219 | +- 🛠 Hide irrelevant pip warnings on linux (#1311) |
| 220 | +- 🐛 Fix a bug that caused the stdout and stderr of commands in containers to be in the wrong order Previously, stdout could appear after stderr. (#1324) |
| 221 | +- 📚 Added [a FAQ entry](https://cibuildwheel.readthedocs.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64) describing how to perform native builds of CPython 3.8 wheels on Apple Silicon. (#1323) |
| 222 | +- 📚 Other docs improvements |
| 223 | + |
212 | 224 | ### v2.11.1 |
213 | 225 |
|
214 | 226 | _13 October 2022_ |
@@ -242,18 +254,6 @@ _18 September 2022_ |
242 | 254 |
|
243 | 255 | - 🐛 Fix a bug that stopped environment variables specified in TOML from being expanded. (#1273) |
244 | 256 |
|
245 | | -### v2.10.0 |
246 | | - |
247 | | -_13 September 2022_ |
248 | | - |
249 | | -- 🌟 Adds support for [building wheels on Cirrus CI](https://cibuildwheel.readthedocs.io/en/stable/setup/#cirrus-ci). This is exciting for us, as it's the first public CI platform that natively supports macOS Apple Silicon (aka. M1, `arm64`) runners. As such, it's the first platform that you can natively build _and test_ macOS `arm64` wheels. It also has native Linux ARM (aarch64) runners, for fast, native builds there. (#1191) |
250 | | -- 🌟 Adds support for running cibuildwheel on Apple Silicon machines. For a while, we've supported cross-compilation of Apple Silicon wheels on `x86_64`, but now that we have Cirrus CI we can run our test suite and officially support running cibuildwheel on `arm64`. (#1191) |
251 | | -- ✨ Adds the `--only` [command line option](https://cibuildwheel.readthedocs.io/en/stable/options/#command-line), to specify a single build to run. Previously, it could be cumbersome to set all the build selection options to target a specific build - for example, you might have to run something like `CIBW_BUILD=cp39-manylinux_x86_64 cibuildwheel --platform linux --archs x86_64`. The new `--only` option overrides all the build selection options to simplify running a single build, which now looks like `cibuildwheel --only cp39-manylinux_x86_64`. (#1098) |
252 | | -- ✨ Adds the [`CIBW_CONFIG_SETTINGS`](https://cibuildwheel.readthedocs.io/en/stable/options/#config-settings) option, so you can pass arguments to your package's build backend (#1244) |
253 | | -- 🛠 Updates the CPython 3.11 version to the latest release candidate - v3.11.0rc2. (#1265) |
254 | | -- 🐛 Fix a bug that can cause a RecursionError on Windows when building from an sdist. (#1253) |
255 | | -- 🛠 Add support for the s390x architecture on manylinux_2_28 (#1255) |
256 | | - |
257 | 257 | <!-- END bin/update_readme_changelog.py --> |
258 | 258 |
|
259 | 259 | --- |
|
0 commit comments