- Dropped Python 3.8 and 3.9 support. Added support for Python 3.13. Minimum supported pytest is now 6.2. [#21]
- pytest 8.1 compatibility. [#15]
- Dropped Python 3.7 support. Minimum supported pytest is now 4.6. [#15]
- Fixed bug that caused
-P time
to also matchpackage.timeseries
. [#7] - Dropped Python 3.6 support.
- Fixed bug that caused e.g.
-P sub
to not matchpackage.sub.other
. [#1]
- Initial version.