- Support Python 3.9, 3.10, 3.11, 3.12, and 3.13
- Drop support for Python 3.5, 3.6, and 3.7
LogEntry
's__eq__
method now returnsNotImplemented
instead ofFalse
when comparing against non-LogEntry
values- Migrated from setuptools to hatch
LogEntry
's __eq__
method now returns NotImplemented
instead of False
when comparing against non-LogEntry
values