apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
365 stars 77 forks source link

Add Python 3.13 to CI #902

Open timsaucer opened 1 week ago

timsaucer commented 1 week ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Python 3.13 has just been released, so it would be good to add to our CI setup.

Michael-J-Ward commented 1 week ago

Looks like we'll need to wait until pyarrow 18 to add python 3.13.

https://github.com/apache/arrow/issues/43519#issuecomment-2402461382

Or at least until this PR lands.

https://github.com/apache/arrow/pull/44375