* Drop support for Python 3.7. * Add support for Python 3.12. * Ignore methods decorated by ``typing.override``. * Perform case-sensitive ``ignore-names`` globbing on all platforms.
0.13.3
-------------------
* Formally require flake8 5.0.0 or later. * Add support for Python 3.11.
0.13.2
-------------------
* Formally require Python 3.7 or later using ``python_requires``.
0.13.1
-------------------
* Fix warnings related to deprecated options syntax.
0.13.0
-------------------
* Python 3.7 or later is now required.
* ``setUpModule`` and ``tearDownModule`` are now exempted by default.