Fixed - Resolve `TypeError` in Python versions below 3.10 (due to usage of pipe unions in annotations) - (minor) Include tox install command script in source dist
1.1.0
Added - Introduce `AsyncCommonSubjectTestMixin` for async tests
Changed - Drop support for Python 3.6 and 3.7 (both EOL) — minimum Python version is now 3.8 - Support pytest versions 7.2 to 8.2 (and relax version pinning to allow all 8.x versions)
1.0.6
Changed - Support pytest versions 7.0 and 7.1 (and relax version pinning to allow all 7.x versions)
1.0.5
Changed - Support pytest version 6.1 (and relax version pinning to allow all 6.x versions)
1.0.4
Changed - Transferred ownership to theY4Kman
1.0.3
Fixed - Register `precondition` mark to avoid pytest warning
Changed - Include tests, LICENSE, and CHANGELOG in source distribution