Skip to content

build(deps): bump pypa/cibuildwheel from 3.0.0b4 to 3.0.0rc2#1354

Merged
zsol merged 1 commit intomainfrom
dependabot/github_actions/pypa/cibuildwheel-3.0.0rc2
Jun 9, 2025
Merged

build(deps): bump pypa/cibuildwheel from 3.0.0b4 to 3.0.0rc2#1354
zsol merged 1 commit intomainfrom
dependabot/github_actions/pypa/cibuildwheel-3.0.0rc2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 9, 2025

Bumps pypa/cibuildwheel from 3.0.0b4 to 3.0.0rc2.

Release notes

Sourced from pypa/cibuildwheel's releases.

v3.0.0rc2

Not yet released, but available for testing.

Note - when using a beta version, be sure to check the latest docs, rather than the stable version, which is still on v2.X.

If you've used previous versions of the beta:

  • ⚠️ Previous betas of v3.0 changed the working directory for tests. This has been rolled back to the v2.x behaviour, so you might need to change configs if you adapted to the beta 1 or 2 behaviour. See [issue #2406](pypa/cibuildwheel#2406) for more information.
  • ⚠️ GraalPy shipped with the identifier gp242-* in previous betas, this has been changed to gp311_242-* to be consistent with other interpreters, and to fix a bug with GraalPy and project requires-python detection. If you were using GraalPy, you might need to update your config to use the new identifier.
  • ⚠️ test-sources now uses project directory instead of the package directory (matching the docs).

v3.0.0rc2

6 June 2025

  • 🛠 Updates to dependencies including Pyodide, python-build-standalone, and iOS support package. (#2449)

v3.0.0rc1

5 June 2025

  • 🛠 Updates to dependencies including CPython 3.13.4, pyodide-build and iOS support package. (#2443)

v3.0.0b5

3 June 2025

  • ✨ Support multiple commands on iOS, joined by &&, like the other platforms. (#2432)
  • ✨ Add pyodide-prerelease enable option, with an early build of 0.28 (Python 3.13). (#2431)
  • 🛠 test-sources now uses the project directory instead of the package directory (matching the docs). (#2437)
  • 🛠 Fixed a bug with GraalPy if vsdevcmd prints an error. Cirrus CI works again. (#2414)
  • 🛠 Use the standard Schema line for the integrated JSONSchema. (#2433)
  • 📚 Use Python 3.14 color output in docs CLI output. (#2407)

v3.0.0b4

29 May 2025

  • 🛠 Dependency updates, including Python 3.14.0b2. (#2371)
  • 🛠 Remove the addition of PYTHONSAFEPATH to test-environment. (#2429)
  • 📚 README table now matches docs and auto-updates. (#2427, #2428)

v3.0.0b3

28 May 2025

  • 🛠 Reverts the test working dir (when test-sources isn't set) to a temporary dir, rather than the project. (#2420)

... (truncated)

Changelog

Sourced from pypa/cibuildwheel's changelog.

v3.0.0rc2

6 June 2025

  • 🛠 Updates to dependencies including Pyodide, python-build-standalone, and iOS support package. (#2449)

v3.0.0rc1

5 June 2025

  • 🛠 Updates to dependencies including CPython 3.13.4, pyodide-build and iOS support package. (#2443)

v3.0.0b5

3 June 2025

  • ✨ Support multiple commands on iOS, joined by &&, like the other platforms. (#2432)
  • ✨ Add pyodide-prerelease enable option, with an early build of 0.28 (Python 3.13). (#2431)
  • 🛠 test-sources now uses the project directory instead of the package directory (matching the docs). (#2437)
  • 🛠 Fixed a bug with GraalPy if vsdevcmd prints an error. Cirrus CI works again. (#2414)
  • 🛠 Use the standard Schema line for the integrated JSONSchema. (#2433)
  • 📚 Use Python 3.14 color output in docs CLI output. (#2407)
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)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.0b4 to 3.0.0rc2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v3.0.0b4...v3.0.0rc2)

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

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 Jun 9, 2025
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 9, 2025
@zsol zsol merged commit 9f3629e into main Jun 9, 2025
37 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/pypa/cibuildwheel-3.0.0rc2 branch June 9, 2025 07:33
jorenham pushed a commit to jorenham/LibCST that referenced this pull request Feb 3, 2026
…am#1354)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.0b4 to 3.0.0rc2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v3.0.0b4...v3.0.0rc2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. 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.

2 participants