- 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 returnsNotImplementedinstead ofFalsewhen comparing against non-LogEntryvalues- Migrated from setuptools to hatch
LogEntry's __eq__ method now returns NotImplemented instead of False when comparing against non-LogEntry values