manylinux icon indicating copy to clipboard operation
manylinux copied to clipboard

Python wheels that work on any linux (almost)

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