- Adds `python3.11` support and promise about `python3.12` support - Removes `pkg_resources` to use `packaging` instead
1.10.1
Bugfixes
- Removes unused depenencies for `python < 3.7` - Fixes compatibility with pytest 7.2, broken due to a private import from `py._path`.
1.10.0
Features
- Changes how `mypy>=0.970` handles `MYPYPATH` - Bumps minimal `mypy` version to `mypy>=0.970` - Drops `python3.6` support
1.9.3
Bugfixes
- Fixes `DeprecationWarning` for using `py.LocalPath` for `pytest>=7.0` 89
1.9.2
Bugfixes
- Removes usages of `distutils` 71 - Fixes multiline messages 66 - Fixes that empty output test cases was almost ignored 63 - Fixes output formatting for expected messages 66