Skip to content

v2.0.10

Latest

Choose a tag to compare

@jmgate jmgate released this 20 Oct 22:48
· 8 commits to master since this release

Patch

  • patch: Drop support for Python 3.9 (b9e5ffb)

    Undo the last of 8d15f4a.

    • Use a match case statement in place of an if block.
    • Replace Union types with X | Y syntax.

    Also introduce support for Python 3.14.

    Closes #16.