#11013·poetry

Packaging now prefers native linux_* platform tags

Author: frenzymadnessCreated Aug 13, 2026Updated Aug 13, 2026

which makes this test fail:

https://github.com/python-poetry/poetry/blob/92b74dcfe348d0e01e14d40d6c1fa47a4ee04a54/tests/installation/test_chef.py#L99

with:

>       assert wheel.name == f"extended-0.1-{env.supported_tags[0]}.whl"
E       AssertionError: assert 'extended-0.1...44_x86_64.whl' == 'extended-0.1...ux_x86_64.whl'
E         
E         - extended-0.1-cp315-cp315-linux_x86_64.whl
E         + extended-0.1-cp315-cp315-manylinux_2_44_x86_64.whl
E         ?  

See: https://packaging.pypa.io/en/stable/changelog.html#id1