0.28
Release Notes
This release adds official support for Python 3.11, including using the built-in tomllib instead of the third-party tomli, when available.
What's Changed
- FIX: handle unset versionfile_build in build_ext by @mgorny in #347
- ENH: support built-in tomllib for Python 3.11+ by @mgorny in #348
Full Changelog: 0.27...0.28