python4yahdlc
python4yahdlc copied to clipboard
Bump pypa/cibuildwheel from 2.17.0 to 3.3.0
Bumps pypa/cibuildwheel from 2.17.0 to 3.3.0.
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.3.0
- ๐ Fix an incompatibility with Docker v29 (#2660)
- โจ Adds
test-runtimeoption, to customise how tests on simulated/emulated environments are run (#2636)- โจ Adds support for new
manylinux_2_35images on 32-bit ARMarmv7l, offering better C++20 compatibility (#2656)- โจ
build[uv]is now supported on Android (#2587)- โจ You can now install extras (such as
uv) with a simple option on the GitHub Action (#2630)- โจ
{project}and{package}placeholders are now supported inrepair-wheel-command(#2589)- ๐ The versions set with
dependency-versionsno longer constrain packages specified by yourbuild-system.requires. Previously, on platforms other than Linux, the constraints in this option would remain in the environment during the build. This has been tidied up make behaviour more consistent between platforms, and to prevent version conflicts. (#2583)- ๐ Improve the handling of
test-commandon Android, enabling more options to be passed (#2590)- ๐ Docs improvements (#2618)
v3.2.1
- ๐ Update to CPython 3.14.0 final (#2614)
- ๐ Fix the default MACOSX_DEPLOYMENT_TARGET on Python 3.14 (#2613)
- ๐ Docs improvements (#2617)
v3.2.0
- โจ Adds GraalPy v25 (Python 3.12) support (#2597)
- ๐ Update to CPython 3.14.0rc3 (#2602)
- ๐ Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (#2568, #2591)
- ๐ Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (#2575)
- โ ๏ธ PyPy 3.10 was moved to
pypy-eolin theenableoption, as it is now end-of-life. (#2521)- ๐ Docs improvements (#2574, #2601, #2598)
v3.1.4
- โจ Add a
--clean-cachecommand to clean up our cache (#2489)- ๐ Update Python to 3.14rc2 and other patch version bumps (#2542, #2556)
- ๐ Update Pyodide to 0.28.2 (#2562, #2558)
- ๐ Fix resolution with
pyodide-buildwhendependency-versionsis set (#2548)- ๐ Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGEtoBOTHon Android (#2547)- ๐ Add
patchelfdependency for platforms that can build Android wheels (#2552)- ๐ Ignore empty values for
CIBW_ARCHSlike most other environment variables (#2541)- ๐ผ The
colorandsuggest_on_errorargparse options are now default in 3.14rc1+ (#2554)- ๐ผ Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- ๐งช For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- ๐งช Split out platforms iOS and Android in our tests (#2519)
- ๐งช Fix and enable doctests (#2546)
- ๐ Improve our docs on free-threading (#2549)
v3.1.3
- ๐ Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- ๐งช Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- ๐งช Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
- โ ๏ธ Add an error if
CIBW_FREE_THREADING_SUPPORTis set; you are likely missing 3.13t wheels, please use theenable/CIBW_ENABLE(#2520)- ๐
riscv64now enabled if you target that architecture, it's now supported on PyPI (#2509)- ๐ Add warning when using
cpython-experimental-riscv64(no longer needed) (#2526, #2528)- ๐ iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530)
- ๐ Fix bug in Android running wheel from our GitHub Action (#2517)
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
v3.3.0
12 November 2025
- ๐ Fix an incompatibility with Docker v29 (#2660)
- โจ Adds
test-runtimeoption, to customise how tests on simulated/emulated environments are run (#2636)- โจ Adds support for new
manylinux_2_35images on 32-bit ARMarmv7l, offering better C++20 compatibility (#2656)- โจ
build[uv]is now supported on Android (#2587)- โจ You can now install extras (such as
uv) with a simple option on the GitHub Action (#2630)- โจ
{project}and{package}placeholders are now supported inrepair-wheel-command(#2589)- ๐ The versions set with
dependency-versionsno longer constrain packages specified by yourbuild-system.requires. Previously, on platforms other than Linux, the constraints in this option would remain in the environment during the build. This has been tidied up make behaviour more consistent between platforms, and to prevent version conflicts. (#2583)- ๐ Improve the handling of
test-commandon Android, enabling more options to be passed (#2590)- ๐ Docs improvements (#2618)
v3.2.1
12 October 2025
- ๐ Update to CPython 3.14.0 final (#2614)
- ๐ Fix the default MACOSX_DEPLOYMENT_TARGET on Python 3.14 (#2613)
- ๐ Docs improvements (#2617)
v3.2.0
22 September 2025
- โจ Adds GraalPy v25 (Python 3.12) support (#2597)
- ๐ Update to CPython 3.14.0rc3 (#2602)
- ๐ Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (#2568, #2591)
- ๐ Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (#2575)
- โ ๏ธ PyPy 3.10 was moved to
pypy-eolin theenableoption, as it is now end-of-life. (#2521)- ๐ Docs improvements (#2574, #2601, #2598)
v3.1.4
19 August 2025
- โจ Add a
--clean-cachecommand to clean up our cache (#2489)- ๐ Update Python to 3.14rc2 and other patch version bumps (#2542, #2556)
- ๐ Update Pyodide to 0.28.2 (#2562, #2558)
- ๐ Fix resolution with
pyodide-buildwhendependency-versionsis set (#2548)- ๐ Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGEtoBOTHon Android (#2547)- ๐ Add
patchelfdependency for platforms that can build Android wheels (#2552)- ๐ Ignore empty values for
CIBW_ARCHSlike most other environment variables (#2541)- ๐ผ The
colorandsuggest_on_errorargparse options are now default in 3.14rc1+ (#2554)- ๐ผ Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- ๐งช For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- ๐งช Split out platforms iOS and Android in our tests (#2519)
- ๐งช Fix and enable doctests (#2546)
- ๐ Improve our docs on free-threading (#2549)
... (truncated)
Commits
63fd63bBump version: v3.3.0f4fe311fix: support Docker 29 (#2660)f6c8108feat: make the{project}placeholder available torepair-wheel-command(#...ccbae30feat: support uv with Android (#2587)1337e50chore: pytest log_level is better than log_cli_level (#2657)720f8e2feat: add manylinux_2_35 (#2656)4c7f369[pre-commit.ci] pre-commit autoupdate (#2658)e1baa60chore: enable more Ruff checks (#2654)1f2f8b2fix: don't constrainbuild-system.requireswith ourdependency-versions(...8c5b02f[pre-commit.ci] pre-commit autoupdate (#2648)- Additional commits viewable in compare 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)