Related to older issue filing #139, this project imports `future` which relies on `imp` - the latter of which [has been removed as of v3.12](https://docs.python.org/3.12/whatsnew/3.12.html#imp) (and considering the problem `future` set out to solve, mildly ironic). See also PythonCharmers/python-future#625