Skip to content

feat: set Python 3.14 as latest version#383

Merged
rapids-bot[bot] merged 1 commit intorapidsai:release/26.04from
gforsyth:python-3.14
Mar 18, 2026
Merged

feat: set Python 3.14 as latest version#383
rapids-bot[bot] merged 1 commit intorapidsai:release/26.04from
gforsyth:python-3.14

Conversation

@gforsyth
Copy link
Copy Markdown
Contributor

@gforsyth gforsyth commented Mar 17, 2026

Part of rapidsai/build-planning#205

Adding a DO NOT MERGE tag here so @jameslamb can sign off and confirm this won't mess up his work fixing the dependencies in cugraph-gnn

@gforsyth gforsyth requested a review from a team as a code owner March 17, 2026 20:53
@gforsyth gforsyth requested a review from KyleFromNVIDIA March 17, 2026 20:53
@gforsyth gforsyth added improvement Improves an existing functionality non-breaking Introduces a non-breaking change DO NOT MERGE Hold off on merging; see PR for details labels Mar 17, 2026
Copy link
Copy Markdown
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@gforsyth gforsyth removed the DO NOT MERGE Hold off on merging; see PR for details label Mar 18, 2026
@gforsyth
Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit b9e7c67 into rapidsai:release/26.04 Mar 18, 2026
315 checks passed
@gforsyth gforsyth deleted the python-3.14 branch March 18, 2026 13:28
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants