iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Draft: Add python 3.13 compatibility

Open gregunz opened this issue 3 months ago • 3 comments

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 avatar Sep 26 '25 13:09 gregunz

image

gregunz avatar Sep 30 '25 21:09 gregunz

@gregunz Now 3.9 has been dropped, are you interested in reviving this PR?

Fokko avatar Oct 20 '25 17:10 Fokko

@Fokko: Sure, I can take the time this week to review it!

gregunz avatar Oct 29 '25 14:10 gregunz