pivy
pivy copied to clipboard
imp module is removed in Python 3.12
The vendored scons module still imports imp which is removed in 3.12 and replaced with importlib in 3.1
The vendored scons code does not seem to be used at all (I removed it when building this project with cmake and everything was still built). Can it just be removed?
I guess scons is not used anymore to build this library. But I am not sure if we can remove it.