Packaging 26.3 is out, with ranges (huge), PEP 808 support, and tons of fixes, improved performance, etc. https://github.com/pypa/packaging/releases/tag/26.3 #python #release
GitHubRelease 26.3 · pypa/packagingWhat's Changed
Features
Add a public VersionRange API and SpecifierSet.to_range(), representing the versions a specifier set accepts as an interval set that supports intersection, union, differenc...