Migration from numpy.distutils
In Python 3.12 they (finally) turned off support for numpy.distutils
. Instead of being lazy and using an older version, I am trying to migrate an old package of mine from numpy.distutils
to whatever will work without pain.