feat: set Python 3.14 as latest version#383
Merged
rapids-bot[bot] merged 1 commit intorapidsai:release/26.04from Mar 18, 2026
Merged
feat: set Python 3.14 as latest version#383rapids-bot[bot] merged 1 commit intorapidsai:release/26.04from
rapids-bot[bot] merged 1 commit intorapidsai:release/26.04from
Conversation
38 tasks
jameslamb
approved these changes
Mar 17, 2026
Member
jameslamb
left a comment
There was a problem hiding this comment.
Yep this should be totally fine! Thanks for the @.
If this breaks the docs build in cugraph-gnn or something I'll just pin that job to a CUDA 13 image, no worries.
Contributor
Author
|
/merge |
rapids-bot bot
pushed a commit
to rapidsai/rapidsmpf
that referenced
this pull request
Mar 19, 2026
docs builds are breaking here like this: ```text WARNING: Failed to import rapidsmpf.integrations.ray. Possible hints: * AttributeError: module 'rapidsmpf.integrations' has no attribute 'ray' * ModuleNotFoundError: No module named 'ray' ``` ([build link](https://github.com/rapidsai/rapidsmpf/actions/runs/23301819724/job/67766153628#step:13:2122)) I think that's because `rapidsai/ci-conda:{rapids-version}-latest` now points to Python 3.14 images (rapidsai/ci-imgs#383) and there aren't `ray` conda packages for Python 3.14 yet (#897). This fixes that by pinning to a specific Python 3.13 image. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Tom Augspurger (https://github.com/TomAugspurger) - Gil Forsyth (https://github.com/gforsyth) URL: #924
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.
Part of rapidsai/build-planning#205
Adding a
DO NOT MERGEtag here so @jameslamb can sign off and confirm this won't mess up his work fixing the dependencies incugraph-gnn