What's Changed
This release exists to prevent old versions of python from trying to install a new version of pyfiglet which they are incompatible with. We now test against python3.9 or newer. If you need support for an older version of python, then add a version constraint pyfiglet<1
.
- Add python3.9 to testing by @pwaller in #129
- subprocess32 no longer needed by @polyzen in #126
- Add python_requires >= 3.9 by @pwaller in #130
New Contributors
Full Changelog: v1.0.0...v1.0.1