Drop Python 3.10 support#7731
Merged
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom Jan 30, 2026
Merged
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
5dfe3eb to
1313e23
Compare
Contributor
Author
|
/ok to test |
1 similar comment
Contributor
Author
|
/ok to test |
5d4bb24 to
aab6c34
Compare
jameslamb
approved these changes
Jan 29, 2026
Member
jameslamb
left a comment
There was a problem hiding this comment.
Looks good to me, thanks for the links and comments explaining the otherwise-unrelated-looking ipython pinning change.
ff261aa to
e7a1446
Compare
32 tasks
We are testing with python 3.11+ which is incompatible with the previous pinnings. Closes rapidsai#7736 .
e7a1446 to
8b92bf3
Compare
Contributor
Author
|
/merge |
dantegd
added a commit
to dantegd/cuml
that referenced
this pull request
Feb 17, 2026
Contributes to rapidsai/build-planning#246 Finishes the work of dropping Python 3.10 support. This project stopped building / testing against Python 3.10 as of rapidsai/shared-workflows#494 This PR updates configuration and docs to reflect that. ## Followups before merging Check that there are no remaining uses like this: ```shell git grep -E '3\.10' git grep '310' git grep 'py310' ``` Authors: - Gil Forsyth (https://github.com/gforsyth) - Simon Adorf (https://github.com/csadorf) Approvers: - James Lamb (https://github.com/jameslamb) URL: rapidsai#7731
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Contributes to rapidsai/build-planning#246
Finishes the work of dropping Python 3.10 support.
This project stopped building / testing against Python 3.10 as of rapidsai/shared-workflows#494
This PR updates configuration and docs to reflect that.
Followups before merging
Check that there are no remaining uses like this: