mirror of
https://github.com/Z3Prover/z3
synced 2026-08-16 10:45:30 +00:00
Bump pypa/cibuildwheel from 4.1.1 to 4.2.0 (#10504)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 4.1.1 to 4.2.0. <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>v4.2.0</h2> <ul> <li>🌟 CPython 3.15 wheels are now built by default - without the <code>"cpython-prerelease"</code> <a href="https://cibuildwheel.pypa.io/en/stable/options/#enable"><code>enable</code></a> set. It's time to build and upload these wheels to PyPI! This release includes CPython 3.15.0rc1, which is guaranteed to be ABI compatible with the final release. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2944">#2944</a>)</li> <li>✨ Adds Pyodide 3.15 support with the <code>cp315-pyodide_wasm32</code> build identifier, using Pyodide 315.0.0a2. These are also stable wrt. the final release. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2958">#2958</a>)</li> <li>🐛 Retries a failed download six times with exponential backoff, so short network outages no longer stop a build. A <code>4xx</code> response is still reported at once. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2953">#2953</a>)</li> <li>🐛 Accepts <code>default</code> as a <a href="https://cibuildwheel.pypa.io/en/stable/options/#build-frontend"><code>build-frontend</code></a> value on Pyodide, and accepts <code>pyodide-build</code> in the top-level table and in overrides (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2951">#2951</a>)</li> <li>🛠 Holds pip back on GraalPy, where newer pip breaks the build (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2955">#2955</a>)</li> <li>🛠 Updates Pyodide to 314.0.4 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2949">#2949</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>)</li> <li>🛠 Updates dependencies and container pins (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2960">#2960</a>)</li> <li>💼 Updates CI action pins (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2948">#2948</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2954">#2954</a>)</li> <li>🧪 Uses pp311 for the abi3 test, and deletes <code>test_overridden_pip_constraint</code>, which is not necessary since <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2583">#2583</a> (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2956">#2956</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2957">#2957</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>v4.2.0</h3> <p><em>4 August 2026</em></p> <ul> <li>🌟 CPython 3.15 wheels are now built by default - without the <code>"cpython-prerelease"</code> <a href="https://cibuildwheel.pypa.io/en/stable/options/#enable"><code>enable</code></a> set. It's time to build and upload these wheels to PyPI! This release includes CPython 3.15.0rc1, which is guaranteed to be ABI compatible with the final release. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2944">#2944</a>)</li> <li>✨ Adds Pyodide 3.15 support with the <code>cp315-pyodide_wasm32</code> build identifier, using Pyodide 315.0.0a2. These are also stable wrt. the final release. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2958">#2958</a>)</li> <li>🐛 Retries a failed download six times with exponential backoff, so short network outages no longer stop a build. A <code>4xx</code> response is still reported at once. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2953">#2953</a>)</li> <li>🐛 Accepts <code>default</code> as a <a href="https://cibuildwheel.pypa.io/en/stable/options/#build-frontend"><code>build-frontend</code></a> value on Pyodide, and accepts <code>pyodide-build</code> in the top-level table and in overrides (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2951">#2951</a>)</li> <li>🛠 Holds pip back on GraalPy, where newer pip breaks the build (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2955">#2955</a>)</li> <li>🛠 Updates Pyodide to 314.0.4 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2949">#2949</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>)</li> <li>🛠 Updates dependencies and container pins (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2960">#2960</a>)</li> <li>💼 Updates CI action pins (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2948">#2948</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2954">#2954</a>)</li> <li>🧪 Uses pp311 for the abi3 test, and deletes <code>test_overridden_pip_constraint</code>, which is not necessary since <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2583">#2583</a> (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2956">#2956</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/2957">#2957</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1828c10ab3"><code>1828c10</code></a> Bump version: v4.2.0</li> <li><a href="1ed6c225c9"><code>1ed6c22</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2960">#2960</a>)</li> <li><a href="92e2145d80"><code>92e2145</code></a> feat: Python 3.15 build by default (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2944">#2944</a>)</li> <li><a href="3568a1cb9e"><code>3568a1c</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2952">#2952</a>)</li> <li><a href="03cefa35ab"><code>03cefa3</code></a> feat: add pyodide_315 support (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2958">#2958</a>)</li> <li><a href="73417aefe5"><code>73417ae</code></a> fix(tests): delete test_overridden_pip_constraint (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2957">#2957</a>)</li> <li><a href="3c603e4a4a"><code>3c603e4</code></a> fix: pin pip on GraalPy (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2955">#2955</a>)</li> <li><a href="f0b2156470"><code>f0b2156</code></a> chore: use pp311 for test_abi3 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2956">#2956</a>)</li> <li><a href="ffd2e18240"><code>ffd2e18</code></a> fix(schema): default is fine for pyodide too (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2951">#2951</a>)</li> <li><a href="dca67ee350"><code>dca67ee</code></a> chore(deps): bump the actions group with 5 updates (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/2954">#2954</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/cibuildwheel/compare/v4.1.1...v4.2.0">compare view</a></li> </ul> </details> <br /> [](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4979d5ce03
commit
6c33dfe301
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pyodide-pypi.yml
vendored
2
.github/workflows/pyodide-pypi.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- uses: actions/checkout@v7.0.1
|
||||
|
||||
- name: Build Pyodide wheel
|
||||
uses: pypa/cibuildwheel@v4.1.1
|
||||
uses: pypa/cibuildwheel@v4.2.0
|
||||
with:
|
||||
# The Python bindings live in a subdirectory of the repo.
|
||||
package-dir: src/api/python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue