- Drop Python 2.6 support
- Minor fix to enable Python 3.11-dev support
- Fix issue where module attributes weren't accessible when importing by path
- Fix issue where modules were imported multiple times when importing by path on Python 3.5+
- Switched to GitHub Actions for testing
- Exclude test bytecode from dist tarball
- Miscellaneous minor tweaks and fixes