sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
2.02k stars 163 forks source link

Python 3.13 support #694

Closed hagsted closed 3 weeks ago

hagsted commented 1 month ago

Hi Connector-x team

I am a happy user of Connector-x, but like to more forward to new python version soon after they are released. Is it possible that you could update connector-x to support python 3.13 now that it has been released.

Best regards Kristian

wangxiaoying commented 1 month ago

We are waiting for all our dependencies like numpy to release the newest version (0.22 on cargo in this case). Once they are done, we can release a new stable version that supports python 3.13.

wangxiaoying commented 3 weeks ago

Python 3.13 is now supported from version 0.4.0! Please feel free to have a try.