dask-contrib / dask-sql

Distributed SQL Engine in Python using Dask
https://dask-sql.readthedocs.io/
MIT License
376 stars 71 forks source link

Push pre-built Python 3.11 wheels [ENH] #1306

Open m1n0 opened 4 months ago

m1n0 commented 4 months ago

It would be great to have pre-built Python 3.11 wheels for dask-sql to avoid needing Rust compiler everywhere dask-sql is used with 3.11

silwalanish commented 2 months ago

@m1n0 Have you heard anything on this recently? Since there is no pre-build Python 3.11 wheels, would you recommend using dask-sql in production environment if I am running 3.11?

xrbudx commented 2 months ago

@m1n0 Totally agree. Takes 13 minutes to build. Would save a lot of time in CI/CD pipeline.