Archive: May 2026

PEP-658 metadata rollout

Wheel files include a metadata file containing information about the package: its dependencies, Python version requirements, and compatibility tags (such as ABI and platform). pip uses this metadata to determine whether a wheel is suitable for the system it's being installed on. PEP-658 allows...

Tags: updates