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.
Replace uses of deprecated imp
module with importlib
, as imp
disappears in Python 3.12. Fall back to imp
only for Python < 3.5.
This will create a new commit in order to revert the existing changes.