- Make Python 3 the default testing environment
- Drop support for Python versions < 3.6
- Add support for Python 3.9
- Use GitHub Actions instead of Travis CI
(Travis stopped supporting open source projects). - use pre-commit - use pyupgrade - use black
- Initial public release.