Skip to content

Add support for Python 3.14#189

Merged
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
gforsyth:python-3.14
Mar 6, 2026
Merged

Add support for Python 3.14#189
rapids-bot[bot] merged 2 commits intorapidsai:mainfrom
gforsyth:python-3.14

Conversation

@gforsyth
Copy link
Contributor

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 main branch of shared-workflows once all
RAPIDS 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.

@gforsyth gforsyth added non-breaking Introduces a non-breaking change improvement Improves an existing functionality labels Feb 24, 2026
@gforsyth gforsyth added non-breaking Introduces a non-breaking change and removed non-breaking Introduces a non-breaking change labels Feb 24, 2026
@gforsyth
Copy link
Contributor Author

gforsyth commented Mar 4, 2026

/ok to test

@gforsyth gforsyth marked this pull request as ready for review March 4, 2026 16:12
@gforsyth gforsyth requested review from a team as code owners March 4, 2026 16:12
@gforsyth gforsyth requested a review from KyleFromNVIDIA March 4, 2026 16:12
```

Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.12, and 3.13.
Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.11, 3.13, and 3.14.
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo I think 3.12 instead of 3.11

* NVIDIA GPU, Volta architecture or later, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+
* CUDA 12.2+
* Python version 3.10, 3.11, 3.12, or 3.13
* Python version 3.10, 3.11, 3.11, 3.13, or 3.14
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo I think 3.12 instead of 3.11



Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.12, and 3.13.
Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.11, 3.13, and 3.14.
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo I think 3.12 instead of 3.11

```

Note: This conda installation only applies to Linux and Python versions 3.10, 3.11, 3.12, and 3.13.
Note: This conda installation only applies to Linux and Python versions 3.11, 3.12, 3.13, and 3.14.
Copy link
Contributor

Choose a reason for hiding this comment

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

We could link to https://docs.rapids.ai/platform-support/ or https://docs.rapids.ai/install/ and stop hardcoding values here.

Comment on lines 5 to +8
cuGraph is part of [RAPIDS](https://docs.rapids.ai/user-guide/) and has the following system requirements:
* NVIDIA GPU, Volta architecture or later, with [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0+
* CUDA 12.2+
* Python version 3.10, 3.11, 3.12, or 3.13
* Python version 3.11, 3.12, 3.13, or 3.14
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd love to remove this and link to https://docs.rapids.ai/platform-support/. Single source of truth. (This section has been unmaintained and way out of date in the past.)

Copy link
Contributor

Choose a reason for hiding this comment

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

I will do that

Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

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

Approving, with deduplication of platform support information as a follow-up for @acostadon. Thanks!

@gforsyth
Copy link
Contributor Author

gforsyth commented Mar 6, 2026

/merge

@rapids-bot rapids-bot bot merged commit 0dbf51a into rapidsai:main Mar 6, 2026
9 checks passed
@gforsyth gforsyth deleted the python-3.14 branch March 6, 2026 00:07
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.

3 participants