Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump the actions group with 2 updates#30311

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 15, 2025

Bumps the actions group with 2 updates:pypa/cibuildwheel andcygwin/cygwin-install-action.

Updatespypa/cibuildwheel from 3.0.0 to 3.0.1

Release notes

Sourced frompypa/cibuildwheel's releases.

v3.0.1

  • 🛠 Updates CPython 3.14 prerelease to 3.14.0b3 (#2471)
  • ✨ Adds a CPython 3.14 prerelease iOS build (only when prerelease builds areenabled) (#2475)
Changelog

Sourced frompypa/cibuildwheel's changelog.


title: Changelog

Changelog

v3.0.1

5 July 2025

  • 🛠 Updates CPython 3.14 prerelease to 3.14.0b3 (#2471)
  • ✨ Adds a CPython 3.14 prerelease iOS build (only when prerelease builds areenabled) (#2475)

v3.0.0

11 June 2025

See@​henryiii'srelease post for more info on new features!

  • 🌟 Adds the ability tobuild wheels for iOS! Set theplatform option toios on a Mac with the iOS toolchain to try it out! (#2286,#2363,#2432)

  • 🌟 Adds support for the GraalPy interpreter! Enable for your project using theenable option. (#1538,#2411,#2414)

  • ✨ Adds CPython 3.14 support, under theenable optioncpython-prerelease. This version of cibuildwheel uses 3.14.0b2. (#2390)

    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.14 will be available in cibuildwheel without the flag. (#2390)

  • ✨ Adds thetest-sources option, and changes the working directory for tests. (#2062,#2284,#2437)

    • If this option is set, cibuildwheel will copy the files and folders specified intest-sources into the temporary directory we run from. This is required for iOS builds, but also useful for other platforms, as it allows you to avoid placeholders.
    • If this option is not set, behaviour matches v2.x - cibuildwheel will run the tests from a temporary directory, and you can use the{project} placeholder in thetest-command to refer to the project directory. (#2420)
  • ✨ Addsdependency-versions inline syntax (#2122)

  • ✨ Improves support for Pyodide builds and adds the experimentalpyodide-version option, which allows you to specify the version of Pyodide to use for builds. (#2002)

  • ✨ Addpyodide-prereleaseenable option, with an early build of 0.28 (Python 3.13). (#2431)

  • ✨ Adds thetest-environment option, which allows you to set environment variables for the test command. (#2388)

  • ✨ Adds thexbuild-tools option, which allows you to specify tools safe for cross-compilation. Currently only used on iOS; will be useful for Android in the future. (#2317)

  • 🛠 The defaultmanylinux image has changed frommanylinux2014 tomanylinux_2_28. (#2330)

  • 🛠 EOL imagesmanylinux1,manylinux2010,manylinux_2_24 andmusllinux_1_1 can no longer be specified by their shortname. The full OCI name can still be used for these images, if you wish. (#2316)

  • 🛠 Invokesbuild rather thanpip wheel to build wheels by default. You can control this via thebuild-frontend option. You might notice that you can see your build log output now! (#2321)

  • 🛠 Build verbosity settings have been reworked to have consistent meanings between build backends when non-zero. (#2339)

  • 🛠 Removed theCIBW_PRERELEASE_PYTHONS andCIBW_FREE_THREADED_SUPPORT options - these have been folded into theenable option instead. (#2095)

  • 🛠 Build environments no longer have setuptools and wheel preinstalled. (#2329)

  • 🛠 Use the standard Schema line for the integrated JSONSchema. (#2433)

  • ⚠️ Dropped support for building Python 3.6 and 3.7 wheels. If you need to build wheels for these versions, use cibuildwheel v2.23.3 or earlier. (#2282)

  • ⚠️ The minimum Python version required to run cibuildwheel is now Python 3.11. You can still build wheels for Python 3.8 and newer. (#1912)

  • ⚠️ 32-bit Linux wheels no longer built by default - thearch was removed from"auto". It now requires explicit"auto32". Note that modern manylinux images (like the new default,manylinux_2_28) do not have 32-bit versions. (#2458)

  • ⚠️ PyPy wheels no longer built by default, due to a change to our options system. To continue building PyPy wheels, you'll now need to set theenable option topypy orpypy-eol. (#2095)

  • ⚠️ Dropped official support for Appveyor. If it was working for you before, it will probably continue to do so, but we can't be sure, because our CI doesn't run there anymore. (#2386)

  • 📚 A reorganisation of the docs, and numerous updates. (#2280)

  • 📚 Use Python 3.14 color output in docs CLI output. (#2407)

  • 📚 Docs now primarily use the pyproject.toml name of options, rather than the environment variable name. (#2389)

  • 📚 README table now matches docs and auto-updates. (#2427,#2428)

... (truncated)

Commits

Updatescygwin/cygwin-install-action from 5 to 6

Release notes

Sourced fromcygwin/cygwin-install-action's releases.

v6

What's Changed

New Contributors

Full Changelog:cygwin/cygwin-install-action@v5...v6

Commits
  • f200932 Give the action some outputs
  • 52b4c10 Check Authenticode signature on setup
  • e67b1f4 Factor out download retry as a function, to use on sha512.sum file also
  • 8381d6d Add a retry mechanism for fetching setup executable
  • 354b337 Consistently use throw to terminate with an error
  • f623c57 Add a test of work-vol option
  • d3a7464 Use D: drive as default work-vol
  • 1c9eb7c Add work-vol option to target different setup volume
  • d6a07e1 Tweak wording about SHELLOPTS and line-endings
  • 63d1e75 Add warning about using SHELLOPTS to set igncr
  • See full diff incompare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action).Updates `pypa/cibuildwheel` from 3.0.0 to 3.0.1- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@5f22145...95d2f3a)Updates `cygwin/cygwin-install-action` from 5 to 6- [Release notes](https://github.com/cygwin/cygwin-install-action/releases)- [Commits](cygwin/cygwin-install-action@f61179d...f200932)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-version: 3.0.1  dependency-type: direct:production  update-type: version-update:semver-patch  dependency-group: actions- dependency-name: cygwin/cygwin-install-action  dependency-version: '6'  dependency-type: direct:production  update-type: version-update:semver-major  dependency-group: actions...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file github_actionsPull requests that update GitHub Actions code labelsJul 15, 2025
@github-actionsgithub-actionsbot added CI: Run cibuildwheelRun wheel building tests on a PR CI: Run cygwinRun cygwin tests on a PR labelsJul 15, 2025
@QuLogicQuLogic added CI: Run cibuildwheelRun wheel building tests on a PR and removed CI: Run cibuildwheelRun wheel building tests on a PR labelsJul 15, 2025
@QuLogicQuLogic added this to thev3.11.0 milestoneJul 15, 2025
@dstansbydstansby merged commitbe5e860 intomainJul 15, 2025
75 checks passed
@dstansbydstansby deleted the dependabot/github_actions/actions-79fd738f52 branchJuly 15, 2025 08:31
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

Assignees
No one assigned
Labels
CI: Run cibuildwheelRun wheel building tests on a PRCI: Run cygwinRun cygwin tests on a PRdependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code
Projects
None yet
Milestone
v3.11.0
Development

Successfully merging this pull request may close these issues.

2 participants
@QuLogic@dstansby

[8]ページ先頭

©2009-2025 Movatter.jp