Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PEP 825: mention replacing tags entirely in "Rejected Ideas"
  • Loading branch information
mgorny authored and konstin committed May 10, 2026
commit c4ccf6c545c8a7b512d36569c325351914c36701
13 changes: 13 additions & 0 deletions peps/pep-0825.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,19 @@ would be incorrectly deemed compatible because of the
``manylinux_2_27_x86_64`` part.


Replacing Platform compatibility tags entirely
----------------------------------------------

Technically, it would be entirely possible to convey the information
currently passed via the Platform compatibility tags via variant
properties, and remove these explicit tags from the filename. However,
we decided not to pursue this and instead preserve the existing
filenames for wheels that do not need additional variants, as we do not
believe that the effort required to update all the existing workflows
justifies the benefit of more compact, and slightly more consistent
naming.


Open Issues
===========

Expand Down