Matthieu Darbois
Matthieu Darbois
close #1629 close #1680
PyPy 3.9 will be removed from the images on 2024-11-01. PyPy only supports 3.10 (& 2.7 but out of scope here) It will still be installable using: `manylinux-interpreters ensure pp39-pypy39_pp73`
CPython 3.6 reached EOL on 2021-12-23. CPython 3.7 reached EOL on 2023-06-27. Dropping CPython 3.6 & 3.7 will allow adding CPython 3.14 with minimal size / build time impact on...
This allows contributors to test on GitHub hosted Linux ARM64 runners easily now that those runners are available for free for public repositories: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
Towards getting reproducers/non-regression tests for https://github.com/NixOS/patchelf/issues/492 which is OS dependent. Tests are showing another issue on ubuntu:18.04 i686 now that a fix for #492 has been merged.
It's time to add CPython 3.14 to manylinux images. The issue will be closed once CPython 3.14.0 final is released. The free-threaded (no GIL) build is also available. EDIT: python...
see https://discuss.python.org/t/packaging-support-for-riscv64/58475/9
This reverts commit d963c5c4881419bb0f8539b5f90977b84e53a0d5. Once/If https://github.com/python/cpython/issues/133801 gets fixed.
This allows a speed-up of all QEMU targets by using a statically built clang that runs with the native architecture of the runner rather than calling gcc through QEMU. CI...