Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps pypa/cibuildwheel from 2.8.1 to 2.9.0.

Release notes

Sourced from pypa/cibuildwheel's releases.

v2.9.0

  • 🌟 CPython 3.11 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.11.0rc1, which is guaranteed to be ABI compatible with the final release. (#1226)
  • ⚠️ Removed support for running cibuildwheel in Python 3.6. Python 3.6 is EOL. However, cibuildwheel continues to build CPython 3.6 wheels for the moment. (#1175)
  • ✨ Improved error messages when misspelling TOML options, suggesting close matches (#1205)
  • 🛠 When running on Apple Silicon (so far, an unsupported mode of operation), cibuildwheel no longer builds universal2 wheels by default - just arm64. See #1204 for discussion. We hope to release official support for native builds on Apple Silicon soon! (#1217)
Changelog

Sourced from pypa/cibuildwheel's changelog.

v2.9.0

11 August 2022

  • 🌟 CPython 3.11 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.11.0rc1, which is guaranteed to be ABI compatible with the final release. (#1226)
  • ⚠️ Removed support for running cibuildwheel in Python 3.6. Python 3.6 is EOL. However, cibuildwheel continues to build CPython 3.6 wheels for the moment. (#1175)
  • ✨ Improved error messages when misspelling TOML options, suggesting close matches (#1205)
  • 🛠 When running on Apple Silicon (so far, an unsupported mode of operation), cibuildwheel no longer builds universal2 wheels by default - just arm64. See #1204 for discussion. We hope to release official support for native builds on Apple Silicon soon! (#1217)
Commits
  • 0abd6c2 Bump version: v2.9.0
  • 71cebda Merge pull request #1219 from pypa/disable-pytest-azurepipelines-plugin
  • 5b0d8e7 Merge pull request #1220 from pypa/henryiii/ci/noxaction
  • bed97db Merge pull request #1224 from kemingy/add_example_proj
  • 72e1fec Merge pull request #1226 from minrk/unprerelease-311
  • 046df7d Merge pull request #1223 from pypa/update-dependencies-pr
  • 2d155c0 Build cp311 without setting prerelease_pythons
  • 30bfc7b chore: add two ML example projects
  • e2c0d68 Update dependencies
  • 6549a90 Merge pull request #1217 from mayeut/no-universal2
  • Additional commits viewable in compare view

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 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)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.8.1...v2.9.0)

---
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 the dependencies Pull requests that update a dependency file label Aug 15, 2022
@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2022

Codecov Report

Merging #15 (4eb3a53) into main (a1eef38) will increase coverage by 0.25%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   85.38%   85.64%   +0.25%     
==========================================
  Files         314      280      -34     
  Lines       82462    78448    -4014     
  Branches    11089    12143    +1054     
==========================================
- Hits        70413    67185    -3228     
+ Misses       9446     8898     -548     
+ Partials     2603     2365     -238     
Impacted Files Coverage Δ
lib/matplotlib/backends/backend_qtcairo.py 5.55% <0.00%> (-89.57%) ⬇️
lib/matplotlib/backends/backend_gtk3cairo.py 14.28% <0.00%> (-85.72%) ⬇️
lib/matplotlib/tests/test_backend_cairo.py 28.00% <0.00%> (-72.00%) ⬇️
lib/matplotlib/backends/backend_gtk3agg.py 6.25% <0.00%> (-69.19%) ⬇️
lib/matplotlib/backends/backend_wx.py 1.97% <0.00%> (-63.94%) ⬇️
lib/matplotlib/backends/backend_wxcairo.py 4.54% <0.00%> (-57.00%) ⬇️
lib/matplotlib/backends/_backend_gtk.py 4.39% <0.00%> (-56.03%) ⬇️
lib/matplotlib/backends/backend_gtk3.py 3.40% <0.00%> (-55.21%) ⬇️
lib/matplotlib/backends/backend_cairo.py 3.25% <0.00%> (-55.19%) ⬇️
lib/matplotlib/backends/backend_qt5cairo.py 50.00% <0.00%> (-50.00%) ⬇️
... and 237 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 19, 2022

Superseded by #16.

@dependabot dependabot bot closed this Sep 19, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/pypa/cibuildwheel-2.9.0 branch September 19, 2022 17:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants