manylinux icon indicating copy to clipboard operation
manylinux copied to clipboard

Python wheels that work on any linux (almost)

Results 69 manylinux issues
Sort by recently updated
recently updated
newest added

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...

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...

Hi, I noticed today that this exists: https://github.com/IBM/actionspz/blob/main/docs/FAQ.md. Those folks have been suggesting free runners in various projects (cryptography, numpy etc). Perhaps, it's worth exploring, in the context of #1750....

github_actions

see https://discuss.python.org/t/packaging-support-for-riscv64/58475/9

Just a check-in from the Python Software Foundation regarding the Travis-CI plan that supports the s390x and ppc64le architecture builds for this project. Travis-CI is going to be raising prices...

manylinux_2_34 is built on AlmaLinux 9. Alma Linux is built for the x86-64-v2 sub-architecture, which assumes that a particular set of x86-64 CPU extensions. (See https://developers.redhat.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level#recommendations_for_rhel_9) As a result, wheels...

This reverts commit d963c5c4881419bb0f8539b5f90977b84e53a0d5. Once/If https://github.com/python/cpython/issues/133801 gets fixed.

Hello, Is there any limitation or reason why there is no manylinux_2_39 images? It would be really handy for packages depending on PySide6 on 64 bits ARM since [PySide6 is...