-
Notifications
You must be signed in to change notification settings - Fork 202
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
Add Python version 3.13 to test matrix. #1377
base: main
Are you sure you want to change the base?
Conversation
Python Rust binding maximum supported version (3.12)
|
@JE-Chen Thanks for checking. It looks like Py3O is already at 3.13: PyO3/pyo3#4636 I was hoping that maybe bumping the Poetry build might fix it #1379. Could you rebase? Otherwise we have to track which dependency is still locked at this older version of Py3O. |
Done |
Same error.
|
Currently, we are using pyo3 v0.20.3. I think only versions of pyo3 v0.21 or newer support Python 3.13. |
@JE-Chen I think it pulls |
Looks like we're still pinning on an older version of |
Fixing conflicts to see where we are with 3.13 :) |
8bb7745
to
7a78748
Compare
7a78748
to
733735b
Compare
Blocked on Ray 3.13 ray-project/ray#49738 We can run |
Fixes #1372
Add Python version 3.13 to matrix.