Skip to content

replace deprecated distutils with packaging

The distutils package is deprecated and slated for removal in Python 3.12. The migration advice suggests for: "distutils.version — use the packaging package".

Fixes: #428 (closed)

Merge request reports