Bump pypa/cibuildwheel from 2.22.0 to 3.2.1 by dependabot[bot] ยท Pull Request #640 ยท matplotlib/basemap
Bumps pypa/cibuildwheel from 2.22.0 to 3.2.1.
Release notes
Sourced from pypa/cibuildwheel's releases.
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)
- ๐ Fix warning when using
test-skipof"*-macosx_universal2:arm64"(#2522)- ๐ Fix incorrect number of wheels reported in logs, again (#2517)
- ๐ We welcome our Android platform maintainer (#2516)
v3.1.1
- ๐ Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (#2512)
- ๐ Docs fix (#2510)
v3.1.0
- ๐ CPython 3.14 wheels are now built by default - without the
"cpython-prerelease"enableset. It's time to build and upload these wheels to PyPI! This release includes CPython 3.14.0rc1, which is guaranteed to be ABI compatible with the final release. (#2507) Free-threading is no longer experimental in 3.14, so you have to skip it explicitly with'cp31?t-*'if you don't support it yet. (#2503)- ๐ Adds the ability to build wheels for Android! Set the
platformoption toandroidon Linux or macOS to try it out! (#2349)
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
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)
v3.1.3
1 August 2025
... (truncated)
Commits
9c00cb4Bump version: v3.2.1ae65c7d[Bot] Update dependencies (#2614)86c3857[pre-commit.ci] pre-commit autoupdate (#2615)68b1a81docs: include free-threading builds in identifier list (#2617)f131cd7fix: Python 3.14 on macOS requires MACOSX_DEPLOYMENT_TARGET set to 10.15 (#2613)8602e86[Bot] Update dependencies (#2606)8ccc265fix: resolve issues with macOS-15 runners (#2607)c0c1dea[pre-commit.ci] pre-commit autoupdate (#2608)7c619efBump version: v3.2.0bbebb68[Bot] Update dependencies (#2603)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.