- Drop Python 3.8 support.
- Support Python 3.13.
- Drop Python 3.7 support.
- Support Python 3.12.
- Support Python 3.11.
- Drop Python 3.6 support.
- Improve group name in
pytest --help
.
- Add type hints.
- Support Python 3.10.
- Stop distributing tests to reduce package size. Tests are not intended to be run outside of the tox setup in the repository. Repackagers can use GitHub's tarballs per tag.
- Fix entrypoint name.
- Drop Python 3.5 support.
- Support Python 3.9.
- Move license from BSD to MIT License.
- Run first to avoid interfering with
--failed-first
flag (docs).
- First release on PyPI.