MightyCreak / diffuse

Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
http://mightycreak.github.io/diffuse/
GNU General Public License v2.0
258 stars 45 forks source link

fix: fix compatibility with Python 3.12 #221

Closed MightyCreak closed 6 months ago

MightyCreak commented 6 months ago

Remove use of distutils which has been removed from Python 3.12 (see: https://docs.python.org/3/whatsnew/3.12.html#summary-release-highlights)

Fixes #215