------------------
- Mark support for python 3.9. [lovetoburnswhen]
- Replace travis for GitHub. [cclauss]
- Fix CI badge. [sobolevn]
- Make black and isort mandatory. [cclauss]
- Drop python 2.7 and 3.6. [gforcada]
- Overhaul GitHub actions to test on actual supported python versions. [gforcada]
- New flake8 option `--builtins-ignorelist` to specify a list of builtins to ignore. [gsingh93]