Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypa/cibuildwheel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: pypa/cibuildwheel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.2
Choose a head ref
  • 16 commits
  • 41 files changed
  • 10 contributors

Commits on Jul 24, 2025

  1. Add Cirrus macOS as a runner that supports building for Android but n…

    …ot testing (#2514)
    
    * Add Cirrus macOS as a runner that supports building for Android but not testing
    
    * Try to trigger Cirrus by changing .cirrus.yml
    mhsmith authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    47c5a35 View commit details
    Browse the repository at this point in the history
  2. feat: riscv64 builds are now enabled by default (#2509)

    PyPI now accepts `riscv64` uploads for manylinux/musllinux.
    Those builds do not require an opt-in anymore.
    mayeut authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    9361af3 View commit details
    Browse the repository at this point in the history
  3. fix(android): execute wheel via sys.executable (#2515)

    * Android: execute `wheel` via `sys.executable`
    
    * Suppress unhelpful cyclic-import warning
    mhsmith authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    302af02 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. docs: clarify language around Python requirements for local `cibuildw…

    …heel` usage (#2513)
    
    * First set of changes to setup.md
    
    * Update docs/setup.md
    
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    
    * Update docs/setup.md
    
    Co-authored-by: Joe Rickerby <joerick@mac.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    Co-authored-by: Joe Rickerby <joerick@mac.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    4 people authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    13b086e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2025

  1. BUG: fix incorrect number of wheels in logs (#2517)

    * BUG: fix incorrect number of wheels in logs
    
    * add a test
    
    ---------
    
    Co-authored-by: mayeut <mayeut@users.noreply.github.com>
    neutrinoceros and mayeut authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    c89609a View commit details
    Browse the repository at this point in the history
  2. fix: error on CIBW_FREE_THREADED_SUPPORT set (#2520)

    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    55fcb25 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2025

  1. tests: mark and add skips (#2524)

    * tests: mark and add skips
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * fix comment
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
    henryiii and mayeut authored Jul 27, 2025
    Configuration menu
    Copy the full SHA
    140bc1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c38fac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68c0366 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. tests: reduce testing time on iOS (#2523)

    A number of tests only require to run with a single version of python.
    This will reduce the time needed to run those tests.
    mayeut authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    36c5079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b887417 View commit details
    Browse the repository at this point in the history
  3. [Bot] Update dependencies (#2529)

    Update dependencies
    
    Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
    cibuildwheel-bot[bot] authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    0dc0b48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46a6d27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1953c04 View commit details
    Browse the repository at this point in the history
  6. [pre-commit.ci] pre-commit autoupdate (#2532)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.5](astral-sh/ruff-pre-commit@v0.12.4...v0.12.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    8ef9414 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Bump version: v3.1.2

    henryiii committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    9e4e50b View commit details
    Browse the repository at this point in the history
Loading