Commit e04ace6
authored
Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 in the actions group (#81)
Bumps the actions group with 1 update:
[pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
Updates `pypa/cibuildwheel` from 3.4.1 to 4.0.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.0.0</h2>
<p>See <a
href="https://github.com/henryiii"><code>@henryiii</code></a>'s <a
href="https://iscinumpy.dev/post/cibuildwheel-4-0-0/">release post</a>
for more info on new features!</p>
<ul>
<li>
<p>🌟 Adds wheel auditing with <code>abi3audit</code> as a default after
the repair step, with new <a
href="https://cibuildwheel.pypa.io/en/stable/options/#audit-requires"><code>audit-requires</code></a>
and <a
href="https://cibuildwheel.pypa.io/en/stable/options/#audit-command"><code>audit-command</code></a>
options (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2805">#2805</a>)</p>
</li>
<li>
<p>🌟 Adds <code>pyemscripten</code> platform tag support (PEP 783),
updates Pyodide to 314.0.0a2, and adds a <code>pyodide-eol</code> <a
href="https://cibuildwheel.pypa.io/en/stable/options/#enable"><code>enable</code></a>
flag for building end-of-life Pyodide versions (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2812">#2812</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2848">#2848</a>)</p>
</li>
<li>
<p>🌟 Sets up <code>delvewheel</code> as the default <a
href="https://cibuildwheel.pypa.io/en/stable/options/#repair-wheel-command"><code>repair-wheel-command</code></a>
for Windows, so extension module DLLs are now bundled automatically.
Skip by setting it to empty if not needed. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2831">#2831</a>)</p>
</li>
<li>
<p>✨ Adds CPython 3.15 support, under the <a
href="https://cibuildwheel.pypa.io/en/stable/options/#enable"><code>enable</code>
option</a> <code>cpython-prerelease</code>. This version of cibuildwheel
uses 3.15.0b2. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2833">#2833</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2850">#2850</a>)</p>
<p><em>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.15 will
be available in cibuildwheel without the flag.</em></p>
</li>
<li>
<p>✨ Adds CPython 3.15 support for iOS and Android (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2857">#2857</a>,
<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2858">#2858</a>)</p>
</li>
<li>
<p>✨ Adds Android improvements for building NumPy and related packages,
including auditwheel support, pkg-config and Fortran configuration, and
the <a
href="https://cibuildwheel.pypa.io/en/stable/options/#xbuild-files"><code>xbuild-files</code></a>
option (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2695">#2695</a>)</p>
</li>
<li>
<p>✨ Adds <code>CIBUILDWHEEL_BUILD_IDENTIFIER</code> environment
variable set to the current build identifier (e.g.
<code>cp311-manylinux_x86_64</code>) during per-build steps (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2872">#2872</a>)</p>
</li>
<li>
<p>✨ Adds <code>{project}</code> and <code>{package}</code> placeholders
to <a
href="https://cibuildwheel.pypa.io/en/stable/options/#config-settings"><code>config-settings</code></a>
(<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/2827">#2827</a>)</p>
</li>
<li>
<p>2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
518 | | - | |
| 519 | + | |
519 | 520 | | |
520 | 521 | | |
521 | | - | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments