-
Notifications
You must be signed in to change notification settings - Fork 208
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 support for Python 3.10. #1166
Conversation
Should we be waiting to do this in lockstep across all of RAPIDS? |
Moving in lockstep is my intention as well, this is meant to be a template for how that move should occur across the rest of RAPIDS. There are a few changes that will happen all very quickly (mostly after finishing the GitHub Actions migration but before 23.02 is very far in development): RSNs announce support for Python 3.10 in 23.02, CI images and CI matrix jobs will be updated, and packages will need changes in their code (like setup.py). We don’t want to be in a situation where CI wants to run Python 3.10 jobs but packages cannot be built or installed because of hard limits like |
Sounds good. I'll mark this PR as Do Not Merge for now so that nobody else accidentally merges prematurely, but feel free to remove when you are ready with the other repos. |
This PR's original contents were largely superseded by #1184 -- the changes are now trivial so I'll merge this as-is. |
/merge |
Codecov ReportBase: 0.00% // Head: 0.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #1166 +/- ##
============================================
Coverage 0.00% 0.00%
============================================
Files 6 6
Lines 414 421 +7
============================================
- Misses 414 421 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
This PR adds support for Python 3.10.
This set of changes aligns with the behavior I'd like to see across RAPIDS for the Python version changes described in RAPIDS Support Notice (RSN) 22 and 23. rapidsai/docs#310
Checklist