Skip to content

0.10.0

Latest

Choose a tag to compare

@henryiii henryiii released this 21 Nov 15:28
· 2 commits to main since this release
25e4eb2

This release adds support for PEP 794 (METADATA 2.5), the new import-names(paces) fields. Support hasn't rolled out in other packages yet, but once it does, you can be ready for it with this release. As usual, nothing changes if you don't specify the new fields or the new METADATA version.

Features:

  • Support import-names(paces)
  • Remove Python 3.7 support

Fixes:

  • Minimum supported version of packaging corrected (now tested)

Internal and CI:

  • Add PyPy 3.11 testing
  • Add Python 3.14 classifier
  • Use PEP 639 license
  • Use dependency groups
  • Enable branch coverage
  • Enabled most Ruff linting rules on codebase

New Contributors

Full Changelog: 0.9.1...0.10.0