==================
Python support
--------------
* Support Python 3.8 and higher.
Documentation
-------------
* Overhaul the README.
* Add a CHANGELOG.
Development
-----------
* Add configurations for common tools:
* Dependabot
* EditorConfig
* pre-commit
* Add a GitHub workflow to test the project.
* Allow project dependencies to auto-update by running ``tox run -m update``.
* Prepare to test the project using mypy.