Add support for Python 3.14#1629
Merged
rapids-bot[bot] merged 3 commits intorapidsai:mainfrom Feb 27, 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. |
38 tasks
Contributor
Author
|
/ok to test |
gforsyth
added a commit
to rapidsai/cudf
that referenced
this pull request
Feb 25, 2026
xref #21540 xref rapidsai/build-planning#205 xref rapidsai/dask-cuda#1629 We _should_ be able to merge in Python 3.14 support PRs without admin-merges because of limited APIs support, but the `numba` dependency here needs to be bumped for Python 3.14 testing in `dask-cuda` and others.
70b1726 to
a046d25
Compare
Contributor
Author
|
/ok to test |
a03e5df to
a285c43
Compare
Contributor
Author
|
/ok to test |
Contributor
Author
|
Testing the upstream |
gforsyth
commented
Feb 27, 2026
rapids-bot bot
pushed a commit
to rapidsai/ucxx
that referenced
this pull request
Feb 27, 2026
Deprecated in 3.14 `asyncio.iscoroutinefunction` is getting promoted to an error in the `dask-cuda` test suite and causing `LocalCUDACluster` to fail to start. `inspect.iscoroutinefunction` has been around since 3.5 and is the recommended switch. xref rapidsai/dask-cuda#1629 Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - Tom Augspurger (https://github.com/TomAugspurger) URL: #599
jameslamb
approved these changes
Feb 27, 2026
Member
jameslamb
left a comment
There was a problem hiding this comment.
Looks great, just don't forget to remove that warning suppression.
Contributor
Author
|
/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.