- Add support for Python 3.13: treat it as a released version, run CI tests on 3.13.
0.22.0
-------------------
- Add support for Python 3.12: treat it as a released version, run CI tests on 3.12.
- Drop support for Python 3.7.
0.21.3
-------------------
- Support the ``env_list`` spelling in tox.ini `GH 42 <https://github.com/mgedmin/check-python-versions/issues/42>`_
0.21.2
-------------------
- Ignore pyproject.toml that has no static metadata instead of causing a mismatch error. `GH 41 <https://github.com/mgedmin/check-python-versions/issues/41>`_.
- Make sure all the error messages about parsing issues mention the name of the file that contains the error.