What's Changed
- Drop support for Python 3.9.
- Ship inline type information via a
py.typedmarker for type checkers. - Tighten and extend type hints across the public API, templates, and sources.
- Add strict mypy configuration and align tests/examples with the new typing.
- Include
docsandtestsdirectory in source distributions.
Full Changelog: v2.1.0...v2.2.0