- Drop support for Python 3.7. - The ``typing_extensions`` package is no longer a dependency. - Use Python 3.10 for building release artifacts.
3.0.5
===================
- Formally declare support for Python 3.10. - Many minor updates to dev/test code and configuration. - Upgrade to newer versions of sphinx-related libraries.
3.0.4
===================
Resolve more issues with using this library when mypy's ``strict`` option is enabled.
3.0.3
===================
Ensure py.typed file is actually included in built packages.
3.0.2
===================
Add py.typed file so that mypy recognises this package as having type annotations.
3.0.1
===================
Various small updates to documentation and docstrings.