* Pull Sphinx fields from metadata rather than parsing pyproject.toml.
3.7.3
* Convert to latest readthedocs.io standard. * Update remaining docs, comments, and checks to reflect dropping Python 3.7. * Automate the existing manual release process using GitHub Actions.
3.7.2
* More improvements to metadata for the Debian CI test process.
3.7.1
* Improvements to metadata to better support the Debian build process.
3.7.0
* Drop support for Python 3.7. * Rename CREDITS -> NOTICE for consistency with my other Python projects. * Migrate release.py and various help output to use importlib.metadata. * Convert to standard version of .run/tasks/release.sh used elsewhere.
3.6.9
* Support Python 3.11. * Use locale.getlocale() instead of .getdefaultlocale() for Python >= 3.11. * Adjust GHA build to run MacOS and Windows tests only on latest Python.