|
93 | 93 | - uses: actions/setup-python@v5 |
94 | 94 |
|
95 | 95 | - name: Install cibuildwheel |
96 | | - run: python -m pip install cibuildwheel==2.18.0 |
| 96 | + run: python -m pip install cibuildwheel==2.18.1 |
97 | 97 |
|
98 | 98 | - name: Build wheels |
99 | 99 | run: python -m cibuildwheel --output-dir wheelhouse |
@@ -210,6 +210,18 @@ Changelog |
210 | 210 |
|
211 | 211 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually --> |
212 | 212 |
|
| 213 | +### v2.18.1 |
| 214 | + |
| 215 | +- 🌟 Add free-threaded Linux and Windows builds for 3.13. New identifiers `cp313t-*`, new option `CIBW_FREE_THREADED_SUPPORT`/`tool.cibuildwheel.free-threaded-support` required to opt-in. [See the docs](https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support) for more information. (#1831) |
| 216 | +- ✨ The `container-engine` is now a build (non-global) option. (#1792) |
| 217 | +- 🛠 The build backend for cibuildwheel is now hatchling. (#1297) |
| 218 | +- 🛠 Significant improvements and modernization to our noxfile. (#1823) |
| 219 | +- 🛠 Use pylint's new GitHub Actions reporter instead of a custom matcher. (#1823) |
| 220 | +- 🛠 Unpin virtualenv updates for Python 3.7+ (#1830) |
| 221 | +- 🐛 Fix running linux tests from Windows or macOS ARM. (#1788) |
| 222 | +- 📚 Fix our documentation build. (#1821) |
| 223 | + |
| 224 | + |
213 | 225 | ### v2.18.0 |
214 | 226 |
|
215 | 227 | _12 May 2024_ |
@@ -258,14 +270,6 @@ _28 January 2024_ |
258 | 270 |
|
259 | 271 | - 🛠 Update manylinux pins to upgrade from a problematic PyPy version. (#1737) |
260 | 272 |
|
261 | | -### v2.16.3 |
262 | | - |
263 | | -_26 January 2024_ |
264 | | - |
265 | | -- 🐛 Fix a bug when building from sdist, where relative paths to files in the package didn't work because the working directory was wrong (#1687) |
266 | | -- 🛠 Adds the ability to disable mounting the host filesystem in containers to `/host`, through the `disable_host_mount` suboption on [`CIBW_CONTAINER_ENGINE`](https://cibuildwheel.pypa.io/en/stable/options/#container-engine). |
267 | | -- 📚 A lot of docs improvements! (#1708, #1705, #1686, #1679, #1667, #1665) |
268 | | - |
269 | 273 | <!-- END bin/update_readme_changelog.py --> |
270 | 274 |
|
271 | 275 | --- |
|
0 commit comments