-
Notifications
You must be signed in to change notification settings - Fork 11
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
Updating Python versions #93
Comments
Yeah it looks like we're publishing 3.11 Dask GPU CI images as of #91, think all that's needed beyond that is actually adding these builds to the matrix in each of the tested Dask repos - can do that now and check if any failures crop up
Yeah I'm in favor of the proposal in rapidsai/build-planning#40 to drop 3.9 testing support around the same time that 3.12 is added |
Looks like we already had Distributed's GPU CI running against 3.11 with dask/distributed#8598, opened PRs to do the same for the other Dask repos: |
Looks like 3.11 testing is rolled out everywhere 🎉 @jakirkham is this good to close or would you like to keep this open to track the 3.12 work as it becomes available? |
Yeah let's close. We can open a new one for Python 3.12 when relevant |
Thanks Charles! 🙏 |
As RAPIDS already supports Python 3.11 ( rapidsai/build-planning#3 ), it would be good to test Dask with it as well
Also RAPIDS is planning to add Python 3.12 ( rapidsai/build-planning#40 ), which would be good to start testing for
An open question is when we drop Python 3.9. Both NEP 29 and SPEC 0 recommend dropping it, so maybe that is reasonable to do? This may depend on when RAPIDS and Dask decide to drop it as well
The text was updated successfully, but these errors were encountered: