Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 21 Jan 09:18
· 46 commits to master since this release
ad07ddf

Added

  • Type Hints: Added py.typed marker for PEP 561 compliance, enabling type checkers (mypy, pyright) to recognize the package as typed when installed from PyPI.

Changed

  • Python Support: Dropped Python 3.9 support, added Python 3.14 support. Now requires Python >=3.10, <3.15.