TileDB-Inc / TileDB-Py

Python interface to the TileDB storage engine
MIT License
190 stars 33 forks source link

Enable Python 3.13 #2107

Closed kounelisagis closed 1 day ago

kounelisagis commented 1 week ago

Since October 2024, Python 3.13 has been in "bugfix" mode (also known as "maintenance" or "stable" mode): https://devguide.python.org/versions/#supported-versions.

To add support for TileDB-Py, an upgrade to the latest version of cibuildwheel was required, as it supports Python 3.13 and CPython 3.13. (More info: https://github.com/pypa/cibuildwheel/releases)

Testing:


[sc-57688]