Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.18.0 to 2.18.1 (#3165)
Browse files Browse the repository at this point in the history
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
2.18.0 to 2.18.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.18.1</h2>
<ul>
<li>🌟 Add free-threaded Linux and Windows builds for 3.13. New
identifiers <code>cp313t-*</code>, new option
<code>CIBW_FREE_THREADED_SUPPORT</code>/<code>tool.cibuildwheel.free-threaded-support</code>
required to opt-in. <a
href="https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support">See
the docs</a> for more information. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1831">#1831</a>)</li>
<li>✨ The <code>container-engine</code> is now a build (non-global)
option. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1792">#1792</a>)</li>
<li>🛠 The build backend for cibuildwheel is now hatchling. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1297">#1297</a>)</li>
<li>🛠 Significant improvements and modernization to our noxfile. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1823">#1823</a>)</li>
<li>🛠 Use pylint's new GitHub Actions reporter instead of a custom
matcher. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1823">#1823</a>)</li>
<li>🛠 Unpin virtualenv updates for Python 3.7+ (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1830">#1830</a>)</li>
<li>🐛 Fix running linux tests from Windows or macOS ARM. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1788">#1788</a>)</li>
<li>📚 Fix our documentation build. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1821">#1821</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.18.1</h3>
<ul>
<li>🌟 Add free-threaded Linux and Windows builds for 3.13. New
identifiers <code>cp313t-*</code>, new option
<code>CIBW_FREE_THREADED_SUPPORT</code>/<code>tool.cibuildwheel.free-threaded-support</code>
required to opt-in. <a
href="https://cibuildwheel.pypa.io/en/stable/options/#free-threaded-support">See
the docs</a> for more information. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1831">#1831</a>)</li>
<li>✨ The <code>container-engine</code> is now a build (non-global)
option. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1792">#1792</a>)</li>
<li>🛠 The build backend for cibuildwheel is now hatchling. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1297">#1297</a>)</li>
<li>🛠 Significant improvements and modernization to our noxfile. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1823">#1823</a>)</li>
<li>🛠 Use pylint's new GitHub Actions reporter instead of a custom
matcher. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1823">#1823</a>)</li>
<li>🛠 Unpin virtualenv updates for Python 3.7+ (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1830">#1830</a>)</li>
<li>🐛 Fix running linux tests from Windows or macOS ARM. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1788">#1788</a>)</li>
<li>📚 Fix our documentation build. (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1821">#1821</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/ba8be0d98853f5744f24e7f902c8adef7ae2e7f3"><code>ba8be0d</code></a>
Bump version: v2.18.1</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/90dd47640f7210d60b436105969d121393fa1e45"><code>90dd476</code></a>
doc: add documentation for the <code>CIBW_FREE_THREADED_SUPPORT</code>
option</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/b61324914b688af015b30ab2e00390e6de47e503"><code>b613249</code></a>
chore: pass a PythonConfiguration to install_cpython</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/3992d5719c52159bd5afe5daf1fcb603f6bb8027"><code>3992d57</code></a>
feat: add option to opt-in free-threaded builds</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/345467c6cfff27a5576ac80755eecaa9316b196d"><code>345467c</code></a>
feat: add support for free-threaded (no-gil) Python 3.13</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/791e41cfece162323465328775c53443faf6390f"><code>791e41c</code></a>
[Bot] Update dependencies (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1832">#1832</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/9d5f5e60b85cdf68c627f4531d3b9ab033378e2b"><code>9d5f5e6</code></a>
Make <code>container-engine</code> a build (non-global) option (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1792">#1792</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/1b354cfa6382745855f4c47b84a151302f56cba8"><code>1b354cf</code></a>
chore: move to hatchling (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1297">#1297</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/d1a4c9c07436ecbd2132842167071c25cf5295ca"><code>d1a4c9c</code></a>
chore: un-pin virtualenv update (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1830">#1830</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/78bca57cb40bb6ccf69eb0c7763906d010920e48"><code>78bca57</code></a>
fix(tests): linux tests from macOS/Windows arm64 (<a
href="https://redirect.github.com/pypa/cibuildwheel/issues/1829">#1829</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/cibuildwheel/compare/v2.18.0...v2.18.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.18.0&new-version=2.18.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 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>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent d4e899f commit 80c09cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: '3.10'

- name: Build wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_ENVIRONMENT_MACOS: ${{ matrix.macos_target }}
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down

0 comments on commit 80c09cd

Please sign in to comment.