Closed jopohl closed 6 months ago
Python 3.12 dropped distutils from the standard library so we need setuptools to run URH. This fixes #1113.
distutils
setuptools
Python 3.12 dropped
distutils
from the standard library so we needsetuptools
to run URH. This fixes #1113.