Packages built with Core Metadata 2.5 (PEP 794) fail to upload with:
HTTP 400: "2.5" is not a valid choice for metadata_version
PyPI already accepts 2.5, but the two new fields it introduces (Import-Name, Import-Namespace) are accepted during upload but not stored. Minimal change for now is to add 2.5 to SUPPORTED_METADATA_VERSIONS.
Packages built with Core Metadata 2.5 (PEP 794) fail to upload with:
PyPI already accepts 2.5, but the two new fields it introduces (
Import-Name,Import-Namespace) are accepted during upload but not stored. Minimal change for now is to add 2.5 toSUPPORTED_METADATA_VERSIONS.