projecthamster / hamster

GNOME time tracker
http://projecthamster.org
GNU General Public License v3.0
1.08k stars 249 forks source link

Remove dependency on deprecated distutils package. #760

Closed GeraldJansen closed 10 months ago

GeraldJansen commented 10 months ago

As of Python 3.10 the distutils package has been deprecated and it will be removed from Python 3.12. This PR uses alternative functions from the packaging.versions submodule.

matthijskooijman commented 10 months ago

Seems you're working with an out-of-date version of the master branch locally, this has already been resolved in #749.

GeraldJansen commented 10 months ago

Oops, already fixed.