Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 627 Bytes

CHANGES.rst

File metadata and controls

29 lines (18 loc) · 627 Bytes

0.3.0 (unreleased)

  • Dropped Python 3.8 and 3.9 support. Added support for Python 3.13. Minimum supported pytest is now 6.2. [#21]

0.2.0 (2024-03-04)

  • pytest 8.1 compatibility. [#15]
  • Dropped Python 3.7 support. Minimum supported pytest is now 4.6. [#15]

0.1.2 (2022-12-11)

  • Fixed bug that caused -P time to also match package.timeseries. [#7]
  • Dropped Python 3.6 support.

0.1.1 (2020-01-09)

  • Fixed bug that caused e.g. -P sub to not match package.sub.other. [#1]

0.1 (2020-01-09)

  • Initial version.