This release adds a python_requires >= 3.9 to setup.py to prevent old python
versions from picking up the newly incompatible version.
2023-09-10 1.0.0 [yanked]
This release was yanked, because it introduced incompatibilities with old
versions of python but did not specify a python_requires line.
To prevent
* Support for Python 2 was dropped
* Support for compressed fonts
* Support for more fonts
* Various fixes for corner cases of font rendering
* Drop use of pkg_resources in favour of importlib.resources
* Add pyproject.toml
* Many small fixes