NVIDIA / hpc-container-maker

HPC Container Maker
Apache License 2.0
458 stars 94 forks source link

Replacement for the deprecation of distutils in Python 3.12 #478

Closed samcmill closed 11 months ago

samcmill commented 1 year ago

Pull Request Description

Replace StrictVersion and LooseVersion from distutils.version with Version from packaging.version

Resolve #476

Author Checklist