Skip to content

0.9.0

Compare
Choose a tag to compare
@avylove avylove released this 13 Feb 21:38
  • 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