Matthieu Darbois

Results 95 issues of Matthieu Darbois

This PR fixes the Jobserver.ParseNativeMakeFlagsValue test failure on Windows specific to the Kitware fork. Issue found while working on https://github.com/scikit-build/ninja-python-distributions/pull/305#issuecomment-3146299285 The fix has been [tested in CI]( https://github.com/mayeut/ninja-python-distributions/actions/runs/16691899082) using the...

**Is your feature request related to a problem? Please describe.** Originally a request of a package maintainer in https://github.com/mayeut/manylinux-timeline/issues/529 The ability to show/query manylinux wheels downloads per glibc version allows...

enhancement

close #2290 Stop testing on Travis CI. References to Travis CI are removed from docs. Travis CI specifics are kept as-is in cibuildwheel itself (mostly logging stuff).

Close #2685 There's quite a bit of specific code for 3.8 that can be removed, especially on macOS.

Hold for future release

[manylinux currently plans](https://github.com/pypa/manylinux/issues/1882) to drop Python 3.8 builds on 2026-05-05 Python 3.8 reached EOL on 2024-10-07. At this time, it's still used to produce wheels for 35% of active projects...

Draft towards #2683 builds on top of #2525 to limit merge issues once/if this comes out of draft. This PR combines the 3 commits that might be split differently. My...

Hold for future release

[manylinux currently plans](https://github.com/pypa/manylinux/issues/1882) to drop CPython 3.13 free-threading builds on 2026-05-05 CPython 3.13 free-threading was experimental & necessary to get the ecosystem going but, now that CPython 3.14 has been...

Add a CI run for clang on ppc64le in order to prevent build/tests regressions. related to #5545

At least Debian 13 has some hardening regarding SO built with executable stack which leads to error like the following ``` ImportError: libopenblas_armv6p-r0-eb0c233c.3.8.so: cannot enable executable stack as shared object...

help wanted

Towards testing CPython 3.15 builds and report failures upstream if any in order to be ready for #1883 The addition of CPython 3.15 will be done together with the drop...

DO-NOT-MERGE