Packaging now prefers native linux_* platform tags
Author: frenzymadnessCreated Aug 13, 2026Updated Aug 13, 2026
which makes this test fail:
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 ? Source: python-poetry/poetry