Skip to content

v3.1.0

Choose a tag to compare

@caleb531 caleb531 released this 30 Mar 19:58
b71e168
  • Fixed Python 3.12 compatibility by replacing distutils with shutil
    • The only distutils usage in the codebase was dustutils.copy_tree, which has been replaced with shutil.copy_tree