Skip to content

v0.0.2 Add language support for 3.10! 🐍

Latest
Compare
Choose a tag to compare
@scottzach1 scottzach1 released this 12 Jun 09:43
7654312

Added

  • Language support for Python 3.10
    • Drop 3.12 generics syntax usage
    • Drop typing.Self usage
    • Add matrix testing for 3.10, 3.11, 3.12 versions

Changed

  • Publish badges only on tags pipeline

Fixed

  • Circular imports bug for wiring.intercept
  • Small documentation changes