vex icon indicating copy to clipboard operation
vex copied to clipboard

Switch to `shutil.which` for Python 3.12+ support

Open mikedld opened this issue 1 year ago • 0 comments

distutils module has been deprecated since Python 3.10 and removed in Python 3.12, see 1 and 2.

Fixes: #70

mikedld avatar Apr 22 '25 10:04 mikedld