icatproject/python-icat

Drop distutils

Closed this issue · 0 comments

The distutils standard library package is deprecated in Python 3.10. It is used in the setup.py script. But also the class distutils.version.StrictVersion is used in the python-icatpackage itself. We need to move away from that package.