Closed HeinrichAD closed 5 months ago
Currently, i3pystatus does not work with Python 3.12, which is the current stable version of Python.
Problem: The imp module has been removed in Python 3.12
imp
See: https://docs.python.org/3/whatsnew/3.12.html#imp
As far as I see, there is already a PR which address this problem. PR #865. If the issue is therefore duplicated, feel free to close it immediately.
Currently, i3pystatus does not work with Python 3.12, which is the current stable version of Python.
Problem: The
imp
module has been removed in Python 3.12See: https://docs.python.org/3/whatsnew/3.12.html#imp