Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pypa/cibuildwheel from 2.19 to 2.20 #4045

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps pypa/cibuildwheel from 2.19 to 2.20.

Release notes

Sourced from pypa/cibuildwheel's releases.

Version 2.20.0

  • 🌟 CPython 3.13 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.13.0rc1, which is guaranteed to be ABI compatible with the final release. Free-threading is still behind a flag/config option. (#1950)
  • ✨ Provide a CIBW_ALLOW_EMPTY environment variable as an alternative to the command line flag. (#1937)
  • 🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in 0.2.25. Note that PyPy 3.8 is EoL. (#1868)
  • 🛠 Set the VSCMD_ARG_TGT_ARCH variable based on target arch. (#1876)
  • 🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (#1943)
  • 📚 Update examples to use Python 3.12 on host (cibuildwheel will require Python 3.11+ on the host machine starting in October 2024) (#1919)

Version 2.19.2

  • 🐛 Update manylinux2014 pins to versions that support past-EoL CentOS 7 mirrors. (#1917)
  • 🐛 Support --no-isolation with build[uv] build-frontend. (#1889)
  • 🛠 Provide attestations for releases at https://github.com/pypa/cibuildwheel/attestations. (#1916)
  • 🛠 Provide CPython 3.13.0b3. (#1913)
  • 🛠 Remove some workarounds now that pip 24.1 is available. (#1891, #1892)
  • 📚 Remove nosetest from our docs. (#1821)
  • 📚 Document the macOS ARM workaround for 3.8 on GHA. (#1871)
  • 📚 GitLab CI + macOS is now a supported platform with an example. (#1911)

Version 2.19.1

  • 🐛 Don't require setup-python on GHA for Pyodide (#1868)
  • 🐛 Specify full python path for uv (fixes issue in 0.2.10 & 0.2.11) (#1881)
  • 🛠 Update for pip 24.1b2 on CPython 3.13. (#1879)
  • 🛠 Fix a warning in our schema generation script. (#1866)
  • 🛠 Cleaner output on pytest 8-8.2. (#1865)
Changelog

Sourced from pypa/cibuildwheel's changelog.


title: Changelog

Changelog

v2.20.0

  • 🌟 CPython 3.13 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.13.0rc1, which is guaranteed to be ABI compatible with the final release. Free-threading is still behind a flag/config option. (#1950)
  • ✨ Provide a CIBW_ALLOW_EMPTY environment variable as an alternative to the command line flag. (#1937)
  • 🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in 0.2.25. Note that PyPy 3.8 is EoL. (#1868)
  • 🛠 Set the VSCMD_ARG_TGT_ARCH variable based on target arch. (#1876)
  • 🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (#1943)
  • 📚 Update examples to use Python 3.12 on host (cibuildwheel will require Python 3.11+ on the host machine starting in October 2024) (#1919)

v2.19.2

  • 🐛 Update manylinux2014 pins to versions that support past-EoL CentOS 7 mirrors. (#1917)
  • 🐛 Support --no-isolation with build[uv] build-frontend. (#1889)
  • 🛠 Provide attestations for releases at https://github.com/pypa/cibuildwheel/attestations. (#1916)
  • 🛠 Provide CPython 3.13.0b3. (#1913)
  • 🛠 Remove some workarounds now that pip 21.1 is available. (#1891, #1892)
  • 📚 Remove nosetest from our docs. (#1821)
  • 📚 Document the macOS ARM workaround for 3.8 on GHA. (#1871)
  • 📚 GitLab CI + macOS is now a supported platform with an example. (#1911)

v2.19.1

  • 🐛 Don't require setup-python on GHA for Pyodide (#1868)
  • 🐛 Specify full python path for uv (fixes issue in 0.2.10 & 0.2.11) (#1881)
  • 🛠 Update for pip 24.1b2 on CPython 3.13. (#1879)
  • 🛠 Fix a warning in our schema generation script. (#1866)
  • 🛠 Cleaner output on pytest 8-8.2. (#1865)

v2.19.0

See the release post for more info on new features!

  • 🌟 Add Pyodide platform. Set with --platform pyodide or CIBW_PLATFORM: pyodide on Linux with a host Python 3.12 to build WebAssembly wheels. Not accepted on PyPI currently, but usable directly in a website using Pyodide, for live docs, etc. (#1456, #1859)
  • 🌟 Add build[uv] backend, which will take a pre-existing uv install (or install cibuildwheel[uv]) and use uv for all environment setup and installs on Python 3.8+. This is significantly faster in most cases. (#1856)
  • ✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (#1854)
  • 🐛 Issue copying a wheel to a non-existent output dir fixed. (#1851, #1862)
  • 🐛 Better determinism for the test environment seeding. (#1835)
  • 🛠 VIRTUAL_ENV variable now set. (#1842)
  • 🛠 Remove a pip<21.3 workaround. (#1842)
  • 🛠 Error handling was refactored to use exceptions. (#1719)
  • 🛠 Hardcoded paths in tests avoided. (#1834)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Summary by CodeRabbit

  • Chores
    • Updated the cibuildwheel GitHub Action to version v2.20, potentially enhancing the build process for Python projects with new features and improvements.

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19 to 2.20.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.19...v2.20)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 5, 2024
@njzjz njzjz enabled auto-merge August 5, 2024 19:50
@njzjz njzjz added the CUDA label Aug 5, 2024
Copy link
Contributor

coderabbitai bot commented Aug 5, 2024

Walkthrough

Walkthrough

The primary change involves updating the cibuildwheel GitHub Action in the workflow configuration. The version was upgraded from v2.19 to v2.20, which may enhance the build process for Python projects by introducing new features, improvements, or bug fixes. This update aims to ensure compatibility with the latest advancements in the cibuildwheel tool, potentially affecting the efficiency and effectiveness of the wheel-building process.

Changes

File Path Change Summary
.github/workflows/build_wheel.yml Updated cibuildwheel version from v2.19 to v2.20

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@njzjz njzjz added Test CUDA Trigger test CUDA workflow and removed CUDA labels Aug 5, 2024
@github-actions github-actions bot removed the Test CUDA Trigger test CUDA workflow label Aug 5, 2024
@njzjz njzjz added this pull request to the merge queue Aug 5, 2024
Merged via the queue into devel with commit 35ef721 Aug 5, 2024
103 of 106 checks passed
@njzjz njzjz deleted the dependabot/github_actions/devel/pypa/cibuildwheel-2.20 branch August 5, 2024 23:26
mtaillefumier pushed a commit to mtaillefumier/deepmd-kit that referenced this pull request Sep 18, 2024
)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
2.19 to 2.20.
<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>Version 2.20.0</h2>
<ul>
<li>🌟 CPython 3.13 wheels are now built by default - without the
<code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload
these wheels to PyPI! This release includes CPython 3.13.0rc1, which is
guaranteed to be ABI compatible with the final release. Free-threading
is still behind a flag/config option. (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an
alternative to the command line flag. (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in
0.2.25. Note that PyPy 3.8 is EoL. (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target
arch. (<a
href="https://github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li>
<li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li>📚 Update examples to use Python 3.12 on host (cibuildwheel will
require Python 3.11+ on the host machine starting in October 2024) (<a
href="https://github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li>
</ul>
<h2>Version 2.19.2</h2>
<ul>
<li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS
7 mirrors. (<a
href="https://github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li>
<li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code>
build-frontend. (<a
href="https://github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li>
<li>🛠 Provide attestations for releases at <a
href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>.
(<a
href="https://github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li>
<li>🛠 Provide CPython 3.13.0b3. (<a
href="https://github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li>
<li>🛠 Remove some workarounds now that pip 24.1 is available. (<a
href="https://github.com/pypa/cibuildwheel/issues/1891">#1891</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li>
<li>📚 Remove nosetest from our docs. (<a
href="https://github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
<li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a
href="https://github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li>
<li>📚 GitLab CI + macOS is now a supported platform with an example. (<a
href="https://github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li>
</ul>
<h2>Version 2.19.1</h2>
<ul>
<li>🐛 Don't require setup-python on GHA for Pyodide (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🐛 Specify full python path for uv (fixes issue in 0.2.10 &amp;
0.2.11) (<a
href="https://github.com/pypa/cibuildwheel/issues/1881">#1881</a>)</li>
<li>🛠 Update for pip 24.1b2 on CPython 3.13. (<a
href="https://github.com/pypa/cibuildwheel/issues/1879">#1879</a>)</li>
<li>🛠 Fix a warning in our schema generation script. (<a
href="https://github.com/pypa/cibuildwheel/issues/1866">#1866</a>)</li>
<li>🛠 Cleaner output on pytest 8-8.2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1865">#1865</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>
<hr />
<h2>title: Changelog</h2>
<h1>Changelog</h1>
<h3>v2.20.0</h3>
<ul>
<li>🌟 CPython 3.13 wheels are now built by default - without the
<code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload
these wheels to PyPI! This release includes CPython 3.13.0rc1, which is
guaranteed to be ABI compatible with the final release. Free-threading
is still behind a flag/config option. (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an
alternative to the command line flag. (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in
0.2.25. Note that PyPy 3.8 is EoL. (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target
arch. (<a
href="https://github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li>
<li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li>📚 Update examples to use Python 3.12 on host (cibuildwheel will
require Python 3.11+ on the host machine starting in October 2024) (<a
href="https://github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li>
</ul>
<h3>v2.19.2</h3>
<ul>
<li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS
7 mirrors. (<a
href="https://github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li>
<li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code>
build-frontend. (<a
href="https://github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li>
<li>🛠 Provide attestations for releases at <a
href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>.
(<a
href="https://github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li>
<li>🛠 Provide CPython 3.13.0b3. (<a
href="https://github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li>
<li>🛠 Remove some workarounds now that pip 21.1 is available. (<a
href="https://github.com/pypa/cibuildwheel/issues/1891">#1891</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li>
<li>📚 Remove nosetest from our docs. (<a
href="https://github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
<li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a
href="https://github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li>
<li>📚 GitLab CI + macOS is now a supported platform with an example. (<a
href="https://github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li>
</ul>
<h3>v2.19.1</h3>
<ul>
<li>🐛 Don't require setup-python on GHA for Pyodide (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🐛 Specify full python path for uv (fixes issue in 0.2.10 &amp;
0.2.11) (<a
href="https://github.com/pypa/cibuildwheel/issues/1881">#1881</a>)</li>
<li>🛠 Update for pip 24.1b2 on CPython 3.13. (<a
href="https://github.com/pypa/cibuildwheel/issues/1879">#1879</a>)</li>
<li>🛠 Fix a warning in our schema generation script. (<a
href="https://github.com/pypa/cibuildwheel/issues/1866">#1866</a>)</li>
<li>🛠 Cleaner output on pytest 8-8.2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1865">#1865</a>)</li>
</ul>
<h3>v2.19.0</h3>
<p>See the <a
href="https://iscinumpy.dev/post/cibuildwheel-2-19-0/">release post</a>
for more info on new features!</p>
<ul>
<li>🌟 Add Pyodide platform. Set with <code>--platform pyodide</code> or
<code>CIBW_PLATFORM: pyodide</code> on Linux with a host Python 3.12 to
build WebAssembly wheels. Not accepted on PyPI currently, but usable
directly in a website using Pyodide, for live docs, etc. (<a
href="https://github.com/pypa/cibuildwheel/issues/1456">#1456</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1859">#1859</a>)</li>
<li>🌟 Add <code>build[uv]</code> backend, which will take a pre-existing
uv install (or install <code>cibuildwheel[uv]</code>) and use
<code>uv</code> for all environment setup and installs on Python 3.8+.
This is significantly faster in most cases. (<a
href="https://github.com/pypa/cibuildwheel/issues/1856">#1856</a>)</li>
<li>✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1854">#1854</a>)</li>
<li>🐛 Issue copying a wheel to a non-existent output dir fixed. (<a
href="https://github.com/pypa/cibuildwheel/issues/1851">#1851</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1862">#1862</a>)</li>
<li>🐛 Better determinism for the test environment seeding. (<a
href="https://github.com/pypa/cibuildwheel/issues/1835">#1835</a>)</li>
<li>🛠 <code>VIRTUAL_ENV</code> variable now set. (<a
href="https://github.com/pypa/cibuildwheel/issues/1842">#1842</a>)</li>
<li>🛠 Remove a pip&lt;21.3 workaround. (<a
href="https://github.com/pypa/cibuildwheel/issues/1842">#1842</a>)</li>
<li>🛠 Error handling was refactored to use exceptions. (<a
href="https://github.com/pypa/cibuildwheel/issues/1719">#1719</a>)</li>
<li>🛠 Hardcoded paths in tests avoided. (<a
href="https://github.com/pypa/cibuildwheel/issues/1834">#1834</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/bd033a44476646b606efccdd5eed92d5ea1d77ad"><code>bd033a4</code></a>
Bump version: v2.20.0</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/9d023cf77aa0e0d52ac3aeb8db21f8137eed2469"><code>9d023cf</code></a>
Build CPython 3.13 by default (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/8a69dbd9d4dcfb315e60a3b42f79365b35857210"><code>8a69dbd</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1949">#1949</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/147de6f4f7bba00e694321b7cf3a519441a444fa"><code>147de6f</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/pypa/cibuildwheel/issues/1947">#1947</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/e217e446612356e930d6e8aec01a901cc5bc846f"><code>e217e44</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1946">#1946</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/871ef6b506b01f5ba2770bf835130110d231643c"><code>871ef6b</code></a>
tests: show xfail traceback summaries again (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/fac72f024a3fe6fbbfb15c00911e7587fbca089e"><code>fac72f0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/pypa/cibuildwheel/issues/1944">#1944</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/d4c332104d5d20ed728e6616cfef4fd6d179ba7b"><code>d4c3321</code></a>
feat: add <code>CIBW_ALLOW_EMPTY</code> environment variable (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/5af5df4e4fb8b50198e0b8c6182903cd6e349c8a"><code>5af5df4</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1935">#1935</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/6c5cf878718641c3cbf21d69c670ff2e53a8263c"><code>6c5cf87</code></a>
docs: fix nox docs command (<a
href="https://github.com/pypa/cibuildwheel/issues/1938">#1938</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/cibuildwheel/compare/v2.19...v2.20">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.19&new-version=2.20)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the `cibuildwheel` GitHub Action to version `v2.20`,
potentially enhancing the build process for Python projects with new
features and improvements.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
njzjz pushed a commit to njzjz/deepmd-kit that referenced this pull request Nov 15, 2024
)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
2.19 to 2.20.
<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>Version 2.20.0</h2>
<ul>
<li>🌟 CPython 3.13 wheels are now built by default - without the
<code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload
these wheels to PyPI! This release includes CPython 3.13.0rc1, which is
guaranteed to be ABI compatible with the final release. Free-threading
is still behind a flag/config option. (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an
alternative to the command line flag. (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in
0.2.25. Note that PyPy 3.8 is EoL. (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target
arch. (<a
href="https://github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li>
<li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li>📚 Update examples to use Python 3.12 on host (cibuildwheel will
require Python 3.11+ on the host machine starting in October 2024) (<a
href="https://github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li>
</ul>
<h2>Version 2.19.2</h2>
<ul>
<li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS
7 mirrors. (<a
href="https://github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li>
<li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code>
build-frontend. (<a
href="https://github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li>
<li>🛠 Provide attestations for releases at <a
href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>.
(<a
href="https://github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li>
<li>🛠 Provide CPython 3.13.0b3. (<a
href="https://github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li>
<li>🛠 Remove some workarounds now that pip 24.1 is available. (<a
href="https://github.com/pypa/cibuildwheel/issues/1891">#1891</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li>
<li>📚 Remove nosetest from our docs. (<a
href="https://github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
<li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a
href="https://github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li>
<li>📚 GitLab CI + macOS is now a supported platform with an example. (<a
href="https://github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li>
</ul>
<h2>Version 2.19.1</h2>
<ul>
<li>🐛 Don't require setup-python on GHA for Pyodide (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🐛 Specify full python path for uv (fixes issue in 0.2.10 &amp;
0.2.11) (<a
href="https://github.com/pypa/cibuildwheel/issues/1881">#1881</a>)</li>
<li>🛠 Update for pip 24.1b2 on CPython 3.13. (<a
href="https://github.com/pypa/cibuildwheel/issues/1879">#1879</a>)</li>
<li>🛠 Fix a warning in our schema generation script. (<a
href="https://github.com/pypa/cibuildwheel/issues/1866">#1866</a>)</li>
<li>🛠 Cleaner output on pytest 8-8.2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1865">#1865</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>
<hr />
<h2>title: Changelog</h2>
<h1>Changelog</h1>
<h3>v2.20.0</h3>
<ul>
<li>🌟 CPython 3.13 wheels are now built by default - without the
<code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload
these wheels to PyPI! This release includes CPython 3.13.0rc1, which is
guaranteed to be ABI compatible with the final release. Free-threading
is still behind a flag/config option. (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an
alternative to the command line flag. (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in
0.2.25. Note that PyPy 3.8 is EoL. (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target
arch. (<a
href="https://github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li>
<li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li>📚 Update examples to use Python 3.12 on host (cibuildwheel will
require Python 3.11+ on the host machine starting in October 2024) (<a
href="https://github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li>
</ul>
<h3>v2.19.2</h3>
<ul>
<li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS
7 mirrors. (<a
href="https://github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li>
<li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code>
build-frontend. (<a
href="https://github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li>
<li>🛠 Provide attestations for releases at <a
href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>.
(<a
href="https://github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li>
<li>🛠 Provide CPython 3.13.0b3. (<a
href="https://github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li>
<li>🛠 Remove some workarounds now that pip 21.1 is available. (<a
href="https://github.com/pypa/cibuildwheel/issues/1891">#1891</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li>
<li>📚 Remove nosetest from our docs. (<a
href="https://github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
<li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a
href="https://github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li>
<li>📚 GitLab CI + macOS is now a supported platform with an example. (<a
href="https://github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li>
</ul>
<h3>v2.19.1</h3>
<ul>
<li>🐛 Don't require setup-python on GHA for Pyodide (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🐛 Specify full python path for uv (fixes issue in 0.2.10 &amp;
0.2.11) (<a
href="https://github.com/pypa/cibuildwheel/issues/1881">#1881</a>)</li>
<li>🛠 Update for pip 24.1b2 on CPython 3.13. (<a
href="https://github.com/pypa/cibuildwheel/issues/1879">#1879</a>)</li>
<li>🛠 Fix a warning in our schema generation script. (<a
href="https://github.com/pypa/cibuildwheel/issues/1866">#1866</a>)</li>
<li>🛠 Cleaner output on pytest 8-8.2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1865">#1865</a>)</li>
</ul>
<h3>v2.19.0</h3>
<p>See the <a
href="https://iscinumpy.dev/post/cibuildwheel-2-19-0/">release post</a>
for more info on new features!</p>
<ul>
<li>🌟 Add Pyodide platform. Set with <code>--platform pyodide</code> or
<code>CIBW_PLATFORM: pyodide</code> on Linux with a host Python 3.12 to
build WebAssembly wheels. Not accepted on PyPI currently, but usable
directly in a website using Pyodide, for live docs, etc. (<a
href="https://github.com/pypa/cibuildwheel/issues/1456">#1456</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1859">#1859</a>)</li>
<li>🌟 Add <code>build[uv]</code> backend, which will take a pre-existing
uv install (or install <code>cibuildwheel[uv]</code>) and use
<code>uv</code> for all environment setup and installs on Python 3.8+.
This is significantly faster in most cases. (<a
href="https://github.com/pypa/cibuildwheel/issues/1856">#1856</a>)</li>
<li>✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1854">#1854</a>)</li>
<li>🐛 Issue copying a wheel to a non-existent output dir fixed. (<a
href="https://github.com/pypa/cibuildwheel/issues/1851">#1851</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1862">#1862</a>)</li>
<li>🐛 Better determinism for the test environment seeding. (<a
href="https://github.com/pypa/cibuildwheel/issues/1835">#1835</a>)</li>
<li>🛠 <code>VIRTUAL_ENV</code> variable now set. (<a
href="https://github.com/pypa/cibuildwheel/issues/1842">#1842</a>)</li>
<li>🛠 Remove a pip&lt;21.3 workaround. (<a
href="https://github.com/pypa/cibuildwheel/issues/1842">#1842</a>)</li>
<li>🛠 Error handling was refactored to use exceptions. (<a
href="https://github.com/pypa/cibuildwheel/issues/1719">#1719</a>)</li>
<li>🛠 Hardcoded paths in tests avoided. (<a
href="https://github.com/pypa/cibuildwheel/issues/1834">#1834</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/bd033a44476646b606efccdd5eed92d5ea1d77ad"><code>bd033a4</code></a>
Bump version: v2.20.0</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/9d023cf77aa0e0d52ac3aeb8db21f8137eed2469"><code>9d023cf</code></a>
Build CPython 3.13 by default (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/8a69dbd9d4dcfb315e60a3b42f79365b35857210"><code>8a69dbd</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1949">#1949</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/147de6f4f7bba00e694321b7cf3a519441a444fa"><code>147de6f</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/pypa/cibuildwheel/issues/1947">#1947</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/e217e446612356e930d6e8aec01a901cc5bc846f"><code>e217e44</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1946">#1946</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/871ef6b506b01f5ba2770bf835130110d231643c"><code>871ef6b</code></a>
tests: show xfail traceback summaries again (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/fac72f024a3fe6fbbfb15c00911e7587fbca089e"><code>fac72f0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/pypa/cibuildwheel/issues/1944">#1944</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/d4c332104d5d20ed728e6616cfef4fd6d179ba7b"><code>d4c3321</code></a>
feat: add <code>CIBW_ALLOW_EMPTY</code> environment variable (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/5af5df4e4fb8b50198e0b8c6182903cd6e349c8a"><code>5af5df4</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1935">#1935</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/6c5cf878718641c3cbf21d69c670ff2e53a8263c"><code>6c5cf87</code></a>
docs: fix nox docs command (<a
href="https://github.com/pypa/cibuildwheel/issues/1938">#1938</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/cibuildwheel/compare/v2.19...v2.20">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.19&new-version=2.20)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the `cibuildwheel` GitHub Action to version `v2.20`,
potentially enhancing the build process for Python projects with new
features and improvements.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 35ef721)
njzjz pushed a commit that referenced this pull request Nov 15, 2024
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
2.19 to 2.20.
<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>Version 2.20.0</h2>
<ul>
<li>🌟 CPython 3.13 wheels are now built by default - without the
<code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload
these wheels to PyPI! This release includes CPython 3.13.0rc1, which is
guaranteed to be ABI compatible with the final release. Free-threading
is still behind a flag/config option. (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an
alternative to the command line flag. (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in
0.2.25. Note that PyPy 3.8 is EoL. (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target
arch. (<a
href="https://github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li>
<li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li>📚 Update examples to use Python 3.12 on host (cibuildwheel will
require Python 3.11+ on the host machine starting in October 2024) (<a
href="https://github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li>
</ul>
<h2>Version 2.19.2</h2>
<ul>
<li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS
7 mirrors. (<a
href="https://github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li>
<li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code>
build-frontend. (<a
href="https://github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li>
<li>🛠 Provide attestations for releases at <a
href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>.
(<a
href="https://github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li>
<li>🛠 Provide CPython 3.13.0b3. (<a
href="https://github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li>
<li>🛠 Remove some workarounds now that pip 24.1 is available. (<a
href="https://github.com/pypa/cibuildwheel/issues/1891">#1891</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li>
<li>📚 Remove nosetest from our docs. (<a
href="https://github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
<li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a
href="https://github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li>
<li>📚 GitLab CI + macOS is now a supported platform with an example. (<a
href="https://github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li>
</ul>
<h2>Version 2.19.1</h2>
<ul>
<li>🐛 Don't require setup-python on GHA for Pyodide (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🐛 Specify full python path for uv (fixes issue in 0.2.10 &amp;
0.2.11) (<a
href="https://github.com/pypa/cibuildwheel/issues/1881">#1881</a>)</li>
<li>🛠 Update for pip 24.1b2 on CPython 3.13. (<a
href="https://github.com/pypa/cibuildwheel/issues/1879">#1879</a>)</li>
<li>🛠 Fix a warning in our schema generation script. (<a
href="https://github.com/pypa/cibuildwheel/issues/1866">#1866</a>)</li>
<li>🛠 Cleaner output on pytest 8-8.2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1865">#1865</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>
<hr />
<h2>title: Changelog</h2>
<h1>Changelog</h1>
<h3>v2.20.0</h3>
<ul>
<li>🌟 CPython 3.13 wheels are now built by default - without the
<code>CIBW_PRERELEASE_PYTHONS</code> flag. It's time to build and upload
these wheels to PyPI! This release includes CPython 3.13.0rc1, which is
guaranteed to be ABI compatible with the final release. Free-threading
is still behind a flag/config option. (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li>✨ Provide a <code>CIBW_ALLOW_EMPTY</code> environment variable as an
alternative to the command line flag. (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li>🐛 Don't use uv on PyPy3.8 on Windows, it stopped working starting in
0.2.25. Note that PyPy 3.8 is EoL. (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🛠 Set the <code>VSCMD_ARG_TGT_ARCH</code> variable based on target
arch. (<a
href="https://github.com/pypa/cibuildwheel/issues/1876">#1876</a>)</li>
<li>🛠 Undo cleaner output on pytest 8-8.2 now that 8.3 is out. (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li>📚 Update examples to use Python 3.12 on host (cibuildwheel will
require Python 3.11+ on the host machine starting in October 2024) (<a
href="https://github.com/pypa/cibuildwheel/issues/1919">#1919</a>)</li>
</ul>
<h3>v2.19.2</h3>
<ul>
<li>🐛 Update manylinux2014 pins to versions that support past-EoL CentOS
7 mirrors. (<a
href="https://github.com/pypa/cibuildwheel/issues/1917">#1917</a>)</li>
<li>🐛 Support <code>--no-isolation</code> with <code>build[uv]</code>
build-frontend. (<a
href="https://github.com/pypa/cibuildwheel/issues/1889">#1889</a>)</li>
<li>🛠 Provide attestations for releases at <a
href="https://github.com/pypa/cibuildwheel/attestations">https://github.com/pypa/cibuildwheel/attestations</a>.
(<a
href="https://github.com/pypa/cibuildwheel/issues/1916">#1916</a>)</li>
<li>🛠 Provide CPython 3.13.0b3. (<a
href="https://github.com/pypa/cibuildwheel/issues/1913">#1913</a>)</li>
<li>🛠 Remove some workarounds now that pip 21.1 is available. (<a
href="https://github.com/pypa/cibuildwheel/issues/1891">#1891</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1892">#1892</a>)</li>
<li>📚 Remove nosetest from our docs. (<a
href="https://github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
<li>📚 Document the macOS ARM workaround for 3.8 on GHA. (<a
href="https://github.com/pypa/cibuildwheel/issues/1871">#1871</a>)</li>
<li>📚 GitLab CI + macOS is now a supported platform with an example. (<a
href="https://github.com/pypa/cibuildwheel/issues/1911">#1911</a>)</li>
</ul>
<h3>v2.19.1</h3>
<ul>
<li>🐛 Don't require setup-python on GHA for Pyodide (<a
href="https://github.com/pypa/cibuildwheel/issues/1868">#1868</a>)</li>
<li>🐛 Specify full python path for uv (fixes issue in 0.2.10 &amp;
0.2.11) (<a
href="https://github.com/pypa/cibuildwheel/issues/1881">#1881</a>)</li>
<li>🛠 Update for pip 24.1b2 on CPython 3.13. (<a
href="https://github.com/pypa/cibuildwheel/issues/1879">#1879</a>)</li>
<li>🛠 Fix a warning in our schema generation script. (<a
href="https://github.com/pypa/cibuildwheel/issues/1866">#1866</a>)</li>
<li>🛠 Cleaner output on pytest 8-8.2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1865">#1865</a>)</li>
</ul>
<h3>v2.19.0</h3>
<p>See the <a
href="https://iscinumpy.dev/post/cibuildwheel-2-19-0/">release post</a>
for more info on new features!</p>
<ul>
<li>🌟 Add Pyodide platform. Set with <code>--platform pyodide</code> or
<code>CIBW_PLATFORM: pyodide</code> on Linux with a host Python 3.12 to
build WebAssembly wheels. Not accepted on PyPI currently, but usable
directly in a website using Pyodide, for live docs, etc. (<a
href="https://github.com/pypa/cibuildwheel/issues/1456">#1456</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1859">#1859</a>)</li>
<li>🌟 Add <code>build[uv]</code> backend, which will take a pre-existing
uv install (or install <code>cibuildwheel[uv]</code>) and use
<code>uv</code> for all environment setup and installs on Python 3.8+.
This is significantly faster in most cases. (<a
href="https://github.com/pypa/cibuildwheel/issues/1856">#1856</a>)</li>
<li>✨ Add free-threaded macOS builds and update CPython to 3.13.0b2. (<a
href="https://github.com/pypa/cibuildwheel/issues/1854">#1854</a>)</li>
<li>🐛 Issue copying a wheel to a non-existent output dir fixed. (<a
href="https://github.com/pypa/cibuildwheel/issues/1851">#1851</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1862">#1862</a>)</li>
<li>🐛 Better determinism for the test environment seeding. (<a
href="https://github.com/pypa/cibuildwheel/issues/1835">#1835</a>)</li>
<li>🛠 <code>VIRTUAL_ENV</code> variable now set. (<a
href="https://github.com/pypa/cibuildwheel/issues/1842">#1842</a>)</li>
<li>🛠 Remove a pip&lt;21.3 workaround. (<a
href="https://github.com/pypa/cibuildwheel/issues/1842">#1842</a>)</li>
<li>🛠 Error handling was refactored to use exceptions. (<a
href="https://github.com/pypa/cibuildwheel/issues/1719">#1719</a>)</li>
<li>🛠 Hardcoded paths in tests avoided. (<a
href="https://github.com/pypa/cibuildwheel/issues/1834">#1834</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/bd033a44476646b606efccdd5eed92d5ea1d77ad"><code>bd033a4</code></a>
Bump version: v2.20.0</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/9d023cf77aa0e0d52ac3aeb8db21f8137eed2469"><code>9d023cf</code></a>
Build CPython 3.13 by default (<a
href="https://github.com/pypa/cibuildwheel/issues/1950">#1950</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/8a69dbd9d4dcfb315e60a3b42f79365b35857210"><code>8a69dbd</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1949">#1949</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/147de6f4f7bba00e694321b7cf3a519441a444fa"><code>147de6f</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/pypa/cibuildwheel/issues/1947">#1947</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/e217e446612356e930d6e8aec01a901cc5bc846f"><code>e217e44</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1946">#1946</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/871ef6b506b01f5ba2770bf835130110d231643c"><code>871ef6b</code></a>
tests: show xfail traceback summaries again (<a
href="https://github.com/pypa/cibuildwheel/issues/1943">#1943</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/fac72f024a3fe6fbbfb15c00911e7587fbca089e"><code>fac72f0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/pypa/cibuildwheel/issues/1944">#1944</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/d4c332104d5d20ed728e6616cfef4fd6d179ba7b"><code>d4c3321</code></a>
feat: add <code>CIBW_ALLOW_EMPTY</code> environment variable (<a
href="https://github.com/pypa/cibuildwheel/issues/1937">#1937</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/5af5df4e4fb8b50198e0b8c6182903cd6e349c8a"><code>5af5df4</code></a>
[Bot] Update dependencies (<a
href="https://github.com/pypa/cibuildwheel/issues/1935">#1935</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/6c5cf878718641c3cbf21d69c670ff2e53a8263c"><code>6c5cf87</code></a>
docs: fix nox docs command (<a
href="https://github.com/pypa/cibuildwheel/issues/1938">#1938</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/cibuildwheel/compare/v2.19...v2.20">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.19&new-version=2.20)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the `cibuildwheel` GitHub Action to version `v2.20`,
potentially enhancing the build process for Python projects with new
features and improvements.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 35ef721)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant