Closed fredless closed 9 months ago
Really hope that there's going to be a fix. Some of my platforms require Python 3.12 which complicates things a lot.
I will be removing this dependency from the project. https://docs.python.org/3/reference/simple_stmts.html#future-statements
Related to older issue filing #139, this project imports
future
which relies onimp
- the latter of which has been removed as of v3.12 (and considering the problemfuture
set out to solve, mildly ironic). See also PythonCharmers/python-future#625