pypa / manylinux

Python wheels that work on any linux (almost)
MIT License
1.44k stars 218 forks source link

feat: add uv (except musl s390x) #1614

Closed henryiii closed 4 months ago

henryiii commented 4 months ago

This adds uv to all the images currently supported. I think musl powerpc64le might be possible in the near future (edit: https://github.com/astral-sh/uv/pull/3537) (Edit: now available). This also updates the README with details, and speeds up the noxfile and uses PEP 723 at the expense of requiring a recent nox.

Only musl s390x missing now.

Close #1607.

henryiii commented 4 months ago

Looks like we are stuck in a libtool release: https://lists.gnu.org/archive/html/autotools-announce/2024-05/msg00000.html I think it needs to show up here: https://mirrors.kernel.org/gnu/libtool/

mayeut commented 4 months ago

Thanks for the doc & nox updates also.