silnrsi / smith

font development, testing and release
Other
14 stars 5 forks source link

python 3.12 has deprecated the imp module, code needs porting to importlib #83

Closed n7s closed 1 month ago

n7s commented 6 months ago

In Python 3.12 (which is now used in Noble), the imp module has been deprecated. Importlib is the recommended way forward.