Closed mattpitkin closed 1 year ago
The distutils package is being deprecated and removed as of Python 3.12. This replaces the one use of distutils, which is for package version parsing, with the packaging.version.parse function.
distutils
packaging.version.parse
@vallis Is there any chance you could create a new libstempo release to include this change, please?
@vallis just another gentle push to ask if a new libstempo version release can be made?
The
distutils
package is being deprecated and removed as of Python 3.12. This replaces the one use ofdistutils
, which is for package version parsing, with thepackaging.version.parse
function.