I'm working on free-threaded support in polars with @kumaraditya303: pola-rs/polars#27955. Datafusion shows up in the polars dependency tree.
Updating to PyO3 0.29 enables builds with the new Python 3.15 free-threaded stable ABI, which should allow datafusion to enable free-threaded support without an ongoing need to upload version-specific wheels every time Python does a release.
I'm working on free-threaded support in polars with @kumaraditya303: pola-rs/polars#27955. Datafusion shows up in the polars dependency tree.
Updating to PyO3 0.29 enables builds with the new Python 3.15 free-threaded stable ABI, which should allow datafusion to enable free-threaded support without an ongoing need to upload version-specific wheels every time Python does a release.