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.2
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.3
Choose a head ref
  • 6 commits
  • 25 files changed
  • 4 contributors

Commits on Jul 31, 2025

  1. chore: remove some GraalPy Windows workarounds. (#2501)

    GraalPy made a release where pytest works on Windows
    timfel authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    e2c7102 View commit details
    Browse the repository at this point in the history
  2. fix: never call pip directly (#2537)

    You can't change the running process in Windows. In pip 25.2, the format of the generated file changes, so this now breaks if you try to update to the latest pip (which can happen if deps are unpinned).
    henryiii authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    60b9cc9 View commit details
    Browse the repository at this point in the history
  3. tests: add flaky test handling (#2527)

    * chore: add flaky test handling
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * Update test_android.py
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    feeb399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c5c738 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. tests: another iOS flaky spot (#2539)

    * tests: another iOS flaky spot
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    * tests: missing interceptions
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
    henryiii authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    c463e56 View commit details
    Browse the repository at this point in the history
  2. Bump version: v3.1.3

    henryiii committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    352e013 View commit details
    Browse the repository at this point in the history
Loading