0
mirror of https://github.com/gusmanb/logicanalyzer.git synced 2025-12-17 11:17:29 +00:00
Felipe Calliari 5fbdd7c70b
Update PythonInstallation.cs
Make the LogicAnalyzer compatible with Python 3.12+.

Python 3.12 removed the module `distutils`.

>> This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.10. The removal was decided in PEP 632, which has migration advice.
>> 
>> The last version of Python that provided the distutils module was Python 3.11.

https://docs.python.org/3.12/library/distutils.html
2025-04-23 19:20:44 -03:00
..