Skip to content

v0.0.5

Choose a tag to compare

@xhluca xhluca released this 26 Jun 19:09

Python 3.9 support

retalk now supports Python 3.9+ (previously 3.10+). PEP 604 X | None annotations are deferred with from __future__ import annotations, and the dependency (vodozemac) ships cp39 wheels. The full test suite passes on CPython 3.9 and 3.12.

Docs

  • README: pippip3.