sodadata / soda-core

:zap: Data quality testing for the modern data stack (SQL, Spark, and Pandas) https://www.soda.io
https://go.soda.io/core-docs
Apache License 2.0
1.91k stars 208 forks source link

Add Python 3.12 support #2184

Open C0deUser opened 1 week ago

C0deUser commented 1 week ago

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

tools-soda commented 1 week ago

CLOUD-8852

C0deUser commented 1 week ago

partially duplicates #2091 and #2144