Skip to content

Release 0.14.0

Pre-release
Pre-release

Choose a tag to compare

@srittau srittau released this 17 Nov 16:21
· 10 commits to main since this release

Added

  • Add support for Python 3.13 and 3.14.
  • Add assert_datetime_now().

Changed

  • Fail with AssertionError, not TypeError, if a timezone-aware datetime is
    passed to assert_datetime_about_now() or assert_datetime_about_now_utc().
  • Modernize type annotations.

Removed

  • Drop support for Python 3.8 and 3.9.