Skip to content

Commit b119dd4

Browse files
chore(deps): bump pypa/cibuildwheel from 2.10.2 to 2.11.1 (#4314)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.10.2 to 2.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/releases">pypa/cibuildwheel's releases</a>.</em></p> <blockquote> <h2>v2.11.1</h2> <ul> <li>🛠 Updates to the latest manylinux images, and updates CPython 3.10 to 3.10.8.</li> </ul> <h2>v2.11.0</h2> <ul> <li>🌟 Adds support for cross-compiling Windows ARM64 wheels. To use this feature, add <code>ARM64</code> to the <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#archs">CIBW_ARCHS</a> option on a Windows Intel runner. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1144">#1144</a>)</li> <li>✨ Adds support for building Linux aarch64 wheels on Circle CI. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1307">#1307</a>)</li> <li>✨ Adds support for building Windows wheels on Gitlab CI. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1295">#1295</a>)</li> <li>✨ Adds support for building Linux aarch64 wheels under emulation on Gitlab CI. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1295">#1295</a>)</li> <li>✨ Adds the ability to test <code>cp38-macosx_arm64</code> wheels on a native arm64 runner. To do this, you'll need to preinstall the (experimental) <a href="https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg">universal2 version of CPython 3.8</a> on your arm64 runner before invoking cibuildwheel. Note: it is not recommended to build x86_64 wheels with this setup, your wheels will have limited compatibility wrt macOS versions. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1283">#1283</a>)</li> <li>🛠 Improved error messages when using custom Docker images and Python cannot be found at the correct path. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1298">#1298</a>)</li> <li>📚 Sample configs for Azure Pipelines and Travis CI updated (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1296">#1296</a>)</li> <li>📚 Other docs improvements - including more information about using Homebrew for build dependencies (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1290">#1290</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md">pypa/cibuildwheel's changelog</a>.</em></p> <blockquote> <h3>v2.11.1</h3> <p><em>13 October 2022</em></p> <ul> <li>🛠 Updates to the latest manylinux images, and updates CPython 3.10 to 3.10.8.</li> </ul> <h3>v2.11.0</h3> <p><em>13 October 2022</em></p> <ul> <li>🌟 Adds support for cross-compiling Windows ARM64 wheels. To use this feature, add <code>ARM64</code> to the <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#archs">CIBW_ARCHS</a> option on a Windows Intel runner. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1144">#1144</a>)</li> <li>✨ Adds support for building Linux aarch64 wheels on Circle CI. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1307">#1307</a>)</li> <li>✨ Adds support for building Windows wheels on Gitlab CI. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1295">#1295</a>)</li> <li>✨ Adds support for building Linux aarch64 wheels under emulation on Gitlab CI. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1295">#1295</a>)</li> <li>✨ Adds the ability to test <code>cp38-macosx_arm64</code> wheels on a native arm64 runner. To do this, you'll need to preinstall the (experimental) <a href="https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg">universal2 version of CPython 3.8</a> on your arm64 runner before invoking cibuildwheel. Note: it is not recommended to build x86_64 wheels with this setup, your wheels will have limited compatibility wrt macOS versions. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1283">#1283</a>)</li> <li>🛠 Improved error messages when using custom Docker images and Python cannot be found at the correct path. (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1298">#1298</a>)</li> <li>📚 Sample configs for Azure Pipelines and Travis CI updated (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1296">#1296</a>)</li> <li>📚 Other docs improvements - including more information about using Homebrew for build dependencies (<a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1290">#1290</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/cibuildwheel/commit/190455139953dd8820b39f9eaf4390ed11320d90"><code>1904551</code></a> Bump version: v2.11.1</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/eb50dffe41bfbb4b3d83cd9b906d5c7661bb819a"><code>eb50dff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1309">#1309</a> from pypa/update-dependencies-pr</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/a560b0e86efb574a85bcbd149718d21e13696696"><code>a560b0e</code></a> Fix mistake in Gitlab CI config</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/80a2e1ab43419bcf44c02cb017970d21d0e9b1cc"><code>80a2e1a</code></a> Update dependencies</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/a9ad61c87f58b884fde0dc701650f9e8f02de1c5"><code>a9ad61c</code></a> Bump version: v2.11.0</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/563b1c159bc333a1349b709d85e05e9bba7ad879"><code>563b1c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1296">#1296</a> from pypa/example-configs</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/bea8df945ac6a9a1c812f82210ea468d929c3448"><code>bea8df9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1307">#1307</a> from minrk/circle-aarch64</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/4c3062199e891c26727046c283a09d4d31ef0b9e"><code>4c30621</code></a> add linux-aarch64 to circleci tests</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/76b3bfcf956063f1ea29218a3dc6ba61083537b8"><code>76b3bfc</code></a> Merge branch 'main' into circle-aarch64</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/d7f615add6552001f3f922f9e6fa55258141bb10"><code>d7f615a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pypa/cibuildwheel/issues/1295">#1295</a> from wbarnha/extend-gitlab-qemu</li> <li>Additional commits viewable in <a href="https://github.com/pypa/cibuildwheel/compare/v2.10.2...v2.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypa/cibuildwheel&package-manager=github_actions&previous-version=2.10.2&new-version=2.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 4bf2e2b commit b119dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
platforms: all
9898

9999
- name: Build wheels python 3.6 and above
100-
uses: pypa/cibuildwheel@v2.10.2
100+
uses: pypa/cibuildwheel@v2.11.1
101101
env:
102102
# configure cibuildwheel to build native archs ('auto'), and some
103103
# emulated ones

0 commit comments

Comments
 (0)