Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update pypa/cibuildwheel action to v2.22.0 (#268)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pypa/cibuildwheel](https://redirect.github.com/pypa/cibuildwheel) | action | minor | `v2.21.3` -> `v2.22.0` | --- ### Release Notes <details> <summary>pypa/cibuildwheel (pypa/cibuildwheel)</summary> ### [`v2.22.0`](https://redirect.github.com/pypa/cibuildwheel/releases/tag/v2.22.0): Version 2.22.0 [Compare Source](https://redirect.github.com/pypa/cibuildwheel/compare/v2.21.3...v2.22.0) - π Added a new `CIBW_ENABLE`/`enable` feature that replaces `CIBW_FREETHREADED_SUPPORT`/`free-threaded-support` and `CIBW_PRERELEASE_PYTHONS` with a system that supports both. In cibuildwheel 3, this will also include a PyPy setting and the deprecated options will be removed. ([#​2048](https://redirect.github.com/pypa/cibuildwheel/issues/2048)) - π [Dependency groups](https://peps.python.org/pep-0735/) are now supported for tests. Use `CIBW_TEST_GROUPS`/`test-groups` to specify groups in `[dependency-groups]` for testing. ([#​2063](https://redirect.github.com/pypa/cibuildwheel/issues/2063)) - π Support for the experimental Ubuntu-based ARMv7l manylinux image ([#​2052](https://redirect.github.com/pypa/cibuildwheel/issues/2052)) - β¨ Show a warning when cibuildwheel is run from Python 3.10 or older; cibuildwheel 3.0 will require Python 3.11 or newer as host ([#​2050](https://redirect.github.com/pypa/cibuildwheel/issues/2050)) - π Fix issue with stderr interfering with checking the docker version ([#​2074](https://redirect.github.com/pypa/cibuildwheel/issues/2074)) - π Python 3.9 is now used in `CIBW_BEFORE_ALL`/`before-all` on linux, replacing 3.8, which is now EoL ([#​2043](https://redirect.github.com/pypa/cibuildwheel/issues/2043)) - π Error messages for producing a pure-Python wheel are slightly more informative ([#​2044](https://redirect.github.com/pypa/cibuildwheel/issues/2044)) - π Better error when `uname -m` fails on ARM ([#​2049](https://redirect.github.com/pypa/cibuildwheel/issues/2049)) - π Better error when repair fails and docs for abi3audit on Windows ([#​2058](https://redirect.github.com/pypa/cibuildwheel/issues/2058)) - π Better error when `manylinux-interpreters ensure` fails ([#​2066](https://redirect.github.com/pypa/cibuildwheel/issues/2066)) - π Update Pyodide to 0.26.4, and adapt to the unbundled pyodide-build (now 0.29) ([#​2090](https://redirect.github.com/pypa/cibuildwheel/issues/2090)) - π Now cibuildwheel uses dependency-groups for development dependencies ([#​2064](https://redirect.github.com/pypa/cibuildwheel/issues/2064), [#​2085](https://redirect.github.com/pypa/cibuildwheel/issues/2085)) - π Docs updates and tidy ups ([#​2061](https://redirect.github.com/pypa/cibuildwheel/issues/2061), [#​2067](https://redirect.github.com/pypa/cibuildwheel/issues/2067), [#​2072](https://redirect.github.com/pypa/cibuildwheel/issues/2072)) </details> --- ### Configuration π **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). π¦ **Automerge**: Disabled by config. Please merge this manually once you are satisfied. β» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. π **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/artis-mcrt/artistools). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information