Skip to content

v0.5.0

Latest

Choose a tag to compare

@christophercrouzet christophercrouzet released this 14 Mar 08:40

Fixed

  • Fix module loading for Python 3.12+ by replacing the removed find_loader/load_module APIs with find_spec/exec_module.