PEP 825: Wheel Variants, Package Format (split from PEP 817)

I’m not sure where this is most relevant, but according to another post, uv is using a toml file where the dictionary order is material. Upon following the link, I found out this was referring to wheel variants.

I think it’s a mistake for wheel variants to rely on something that TOML does not guarantee and only happens to work in specific implementations due to implementation details.

1 Like