-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
Debian 13 has been released on August 9 and ships glibc 2.41(cf. here). As a result, Auditwheel fails repairing a wheel produced with Debian 13:
__main__.py repair: error: argument --plat: invalid choice: 'manylinux_2_41_x86_64' (choose from manylinux_2_39_x86_64,
manylinux_2_38_x86_64, manylinux_2_37_x86_64, manylinux_2_36_x86_64, manylinux_2_35_x86_64,
manylinux_2_34_x86_64, manylinux_2_31_x86_64, manylinux_2_28_x86_64, manylinux_2_27_x86_64,
manylinux_2_26_x86_64, manylinux_2_24_x86_64, manylinux_2_17_x86_64, manylinux_2_12_x86_64,
manylinux_2_5_x86_64, manylinux2014_x86_64, manylinux2010_x86_64, manylinux1_x86_64, auto)
PEP600 was updated with version 2.41.
A similar (?) work was done in #504 to add 2.36 to 2_39 support.
Metadata
Metadata
Assignees
Labels
No labels