Open C0deUser opened 1 week ago
Python 3.12 is not supported now due to incompatibility of dependencies. For example, function distutils.util.strtobool is no longer work (soda\telemetry\soda_telemetry.py)
distutils.util.strtobool
See PEP 632 and the migration guide
CLOUD-8852
partially duplicates #2091 and #2144
Description
Python 3.12 is not supported now due to incompatibility of dependencies. For example, function
distutils.util.strtobool
is no longer work (soda\telemetry\soda_telemetry.py)See PEP 632 and the migration guide