Uh oh!
There was an error while loading. Please reload this page.
support python 3.12 - #254
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Similar to @Fokko Can you please approve the workflow run so we can see the results of the tests? |
Uh oh!
There was an error while loading. Please reload this page.
Fokko
commented
Mar 13, 2024
@MehulBatra can you rebase? |
MehulBatra
commented
May 18, 2024
rebased it but It will still fail for 3.12 due to ray support, I am keeping a close eye on it. |
MehulBatra
commented
May 18, 2024
Tentative ray support for 3.12 -> ray-project/ray#40211 (comment) |
MehulBatra
commented
May 22, 2024
PR being worked on for Ray 3.12: ray-project/ray#45477 |
pdpark
commented
Jun 4, 2024
FYI: Ray issue 45477 was recently completed. |
MehulBatra
commented
Jun 5, 2024
Thank you so much for the update! @pdpark |
Co-authored-by: Christian Clauss <cclauss@me.com>
97f713e to
996eee5CompareMehulBatra
commented
Jul 1, 2024
@Fokko could you please run the CI/CD |
Fokko
commented
Jul 1, 2024
@MehulBatra Certainly! How do you feel like splitting the |
MehulBatra
commented
Jul 1, 2024
That makes sense, I will raise separate PR for the same. |
MehulBatra
commented
Jul 1, 2024
cclauss
commented
Jul 2, 2024
pytest is kicking out a bunch of warnings that someone should be investigating. Python 3.13 is in beta 3 so should testing be started on it as well? https://www.python.org/download/pre-releases |
Jiafi
commented
Aug 29, 2024
looks like the next release of ray should hopefully have 3.12 support |
cclauss
commented
Aug 29, 2024
Cool! Python 3.13 is scheduled to be released on October 1st. |
kevinjqliu
commented
Sep 9, 2024
hey @MehulBatra, can i close this in favor of #1068? |
MehulBatra
commented
Sep 12, 2024
yes please go ahead @kevinjqliu |
rayseems to be a blocker as they do not support python3.12 as of now[Open Ticket for Ray 3.12 Support] (ray-project/ray#40211)
duckdbdoesn't support 3.12 and still has a build mechanism via distutilsDual version dependency for
numpyto support 3.12,Upgraded
greenletto 3.0.3 to support Python 3.12, with dual dependencypython 3.12 no longer supports distutils PEP632, we need to upgrade packages that get installed with support of PEP517 builds