Hi! 馃憢
I'm currently looking into projects that still make use of the imp module, as we are about to upgrade to Python 3.12 on Arch Linux.
Unfortunately this project still uses imp, which is removed with Python 3.12:
https://github.com/search?q=repo%3Adpiparo%2Fvdt%20%22import%20imp%22&type=code
It would be great to replace its use with importlib, as otherwise this project will not work on Python 3.12.
Thank you for your work 馃檱
Hi! 馃憢
I'm currently looking into projects that still make use of the
impmodule, as we are about to upgrade to Python 3.12 on Arch Linux.Unfortunately this project still uses
imp, which is removed with Python 3.12:https://github.com/search?q=repo%3Adpiparo%2Fvdt%20%22import%20imp%22&type=code
It would be great to replace its use with importlib, as otherwise this project will not work on Python 3.12.
Thank you for your work 馃檱