things-cli
things-cli copied to clipboard
Will no longer install with Python 3.12
This package will no longer install due to the imp module being deprecated from Python 3.12
ModuleNotFoundError: No module named 'imp'
Thanks, indeed: https://github.com/ronaldoussoren/py2app/issues/496
fyi: I manually removed the deprecated dependency locally (waiting for an upstream fix though) and it seems the installations works fine and the library seems to work with Python 3.12 (based on the unit tests).