electro-smith / json2daisy

Utility for converting JSON board definitions into valid, libDaisy compatible C++ board support files
MIT License
6 stars 1 forks source link

deprecate importlib and py37 #17

Open dromer opened 8 months ago

dromer commented 8 months ago

As I was deprecating py37 and enabling py312 in hvcc I found out this usage of pkg_resources is now deprecated and implemented this workaround.