Skip to content

Release 0.21: Adapt to python 3.12

Replace uses of deprecated imp module with importlib, as imp disappears in Python 3.12. Fall back to imp only for Python < 3.5.

Edited by Xavier Thompson

Merge request reports