enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 188 forks source link

Add Python3.12 support #866

Closed HeinrichAD closed 5 months ago

HeinrichAD commented 6 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

See: https://docs.python.org/3/whatsnew/3.12.html#imp

HeinrichAD commented 6 months ago

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.