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

Please cut python 3.8 wheel for 0.3.3 #629

Closed rafmagns-skepa-dreag closed 2 months ago

rafmagns-skepa-dreag commented 6 months ago

the python version was constrained in #533 to >=3.8 but no 3.8 wheel was published for 0.3.3. Please publish a 3.8 wheel. I also took a quick glance at the CI configs and see that you're still building against 3.7. It might be time to update that as well

wangxiaoying commented 6 months ago

Hi @rafmagns-skepa-dreag , from 0.3.3 we don't support python 3.8 anymore. The CI has already changed to python 3.12 and the project python dependency has changed to >=3.19, <3.13. I think we forgot to update the target requires-python here. Thanks for the reminder, just fixed it. : )

cdeil commented 2 months ago

Close?

rafmagns-skepa-dreag commented 2 months ago

Yes