-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Python 3.12 support #1849
Comments
while we are at it, it would be good to remove 3.8 support. Lots of our upstream packages have already done so (e.g. numba, pandas, etc) |
Status as of 2024-02-05:
|
Numba 0.59, with Python 3.12 support has shipped. Pandas, Scipy and others also have support for it. Worth getting on a sprint plan IMHO |
@bkmartinjr let me re-try now what failed for me earlier as shown above ... |
@bkmartinjr this succeeds for me! :)
I'll re-try my #2108 probe ... |
Work items detailed on #2140; more info coming here momentarily |
Problem:
To do:
See also: #1938 It seems that maybe:
|
@bkmartinjr I will file a separate tracking task (#2141) -- bringing up the leading edge and deprecating the trailing edge (for all stakeholders involved) are two very different problems |
Please also see TileDB-Inc/TileDB-Py#1865 [sc-37726] |
@johnkerl - FYI, I believe tiledb-py is now supported on Python 3.12 (in reference to TileDB-Inc/TileDB-Py#1865). |
@bkmartinjr thanks! On the discussion list for the next sprint ✌️ |
Pending TileDB-Inc/TileDB-Py#1865 |
Huge progress: TileDB-Inc/TileDB#5223 is near completion in core. This should go into a core 2.26, which we'd include in a tiledbsoma 1.14. |
Current unsolved challenges:
Once that works, we'll need to:
I've currently got the following setup on an EC2 instance:
|
Current status:
We will attempt to work around these bugs in order to deliver Python 3.12 support in TileDB-SOMA 1.14.2 or 1.15.0, whichever comes first. |
Add support for Python 3.12 (release Oct 2023).
The text was updated successfully, but these errors were encountered: