Add support for Python 3.14#831
Closed
gforsyth wants to merge 4 commits intorapidsai:release/26.04from
Closed
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. |
38 tasks
This reverts commit 1b6da5f.
This PR updates the repository to version 26.06. This is part of the 26.04 release burndown process.
Contributor
Author
|
/ok to test |
gforsyth
commented
Mar 13, 2026
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
Contributor
Author
|
/ok to test |
Contributor
Author
|
We could merge this, although all of the changes are just to the workflow files, so equivalently we could close it and merge the upstream |
Member
|
I think we should merge it, so it'll produce new packages to be used in https://github.com/rapidsai/docker (that repo needs a Python 3.14 PR too) |
jameslamb
approved these changes
Mar 17, 2026
Member
|
Oh wait they're noarch packages, right? Yeah probably fine to just close this then. |
Contributor
Author
|
Ok, closing this out, about to merge |
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#205
This PR adds support for Python 3.14.
Notes for Reviewers
This is part of ongoing work to add Python 3.14 support across RAPIDS.
It temporarily introduces a build/test matrix including Python 3.14, from rapidsai/shared-workflows#508.
A follow-up PR will revert back to pointing at the
mainbranch ofshared-workflowsonce allRAPIDS repos have added Python 3.14 support.
This will fail until all dependencies have been updated to Python 3.14
CI here is expected to fail until all of this project's upstream dependencies support Python 3.14.
This can be merged whenever all CI jobs are passing.