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.92k stars 210 forks source link

Add Python 3.12 support #2184

Open C0deUser opened 2 weeks ago

C0deUser commented 2 weeks 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 2 weeks ago

CLOUD-8852

C0deUser commented 2 weeks ago

partially duplicates #2091 and #2144