|
97 | 97 | - uses: actions/setup-python@v3
|
98 | 98 |
|
99 | 99 | - name: Install cibuildwheel
|
100 |
| - run: python -m pip install cibuildwheel==2.15.0 |
| 100 | + run: python -m pip install cibuildwheel==2.16.0 |
101 | 101 |
|
102 | 102 | - name: Build wheels
|
103 | 103 | run: python -m cibuildwheel --output-dir wheelhouse
|
@@ -213,6 +213,18 @@ Changelog
|
213 | 213 |
|
214 | 214 | <!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
215 | 215 |
|
| 216 | +### v2.16.0 |
| 217 | + |
| 218 | +_18 September 2023_ |
| 219 | + |
| 220 | +- ✨ Add the ability to pass additional flags to a build frontend through the [CIBW_BUILD_FRONTEND](https://cibuildwheel.readthedocs.io/en/stable/options/#build-frontend) option (#1588). |
| 221 | +- ✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for [reproducible builds](https://reproducible-builds.org/docs/source-date-epoch/)!) (#1589) |
| 222 | +- 🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (#1604) |
| 223 | +- 🐛 Fix `requires_python` auto-detection from setup.py when the call to `setup()` is within an `if __name__ == "__main__" block (#1613) |
| 224 | +- 🐛 Fix a bug that prevented building Linux wheels in Docker on a Windows host (#1573) |
| 225 | +- 🐛 `--only` can now select prerelease-pythons (#1564) |
| 226 | +- 📚 Docs & examples updates (#1582, #1593, #1598, #1615) |
| 227 | + |
216 | 228 | ### v2.15.0
|
217 | 229 |
|
218 | 230 | _8 August 2023_
|
@@ -243,16 +255,6 @@ _10 June 2023_
|
243 | 255 | - 🛠 Updates the prerelease CPython 3.12 version to 3.12.0b2. (#1516)
|
244 | 256 | - 🛠 Adds a moving `v<major>.<minor>` tag for use in GitHub Actions workflow files. If you use this, you'll get the latest patch release within a minor version. Additionally, Dependabot won't send you PRs for patch releases. (#1517)
|
245 | 257 |
|
246 |
| -### v2.13.0 |
247 |
| - |
248 |
| -_28 May 2023_ |
249 |
| - |
250 |
| -- ✨ Adds CPython 3.12 support, under the prerelease flag [CIBW_PRERELEASE_PYTHONS](https://cibuildwheel.readthedocs.io/en/stable/options/#prerelease-pythons). This version of cibuildwheel uses 3.12.0b1. |
251 |
| - |
252 |
| - While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.12 will be available in cibuildwheel without the flag. (#1507) |
253 |
| - |
254 |
| -- ✨ Adds the ability to pass arguments to the container engine when the container is created, using the [CIBW_CONTAINER_ENGINE](https://cibuildwheel.readthedocs.io/en/stable/options/#container-engine) option. (#1499) |
255 |
| - |
256 | 258 | <!-- END bin/update_readme_changelog.py -->
|
257 | 259 |
|
258 | 260 | ---
|
|
0 commit comments