iceberg-python
iceberg-python copied to clipboard
Draft: Add python 3.13 compatibility
Rationale for this change
Updated Ray to 2.45 to allow compatibility with python 3.13 Added filter for new sqlite3 “unclosed database” warnings in Python 3.13.
New Python 3.13 warnings see here : Added a filter to silence unclosed database warnings from sqlite3 introduced in Python 3.13. A comprehensive solution could be changing the code to get rid of these.
Are these changes tested?
Ran tests locally with 3.13.
Are there any user-facing changes?
Yes, ray version change required on Python 3.13.
@gregunz Now 3.9 has been dropped, are you interested in reviving this PR?
@Fokko: Sure, I can take the time this week to review it!