Add support for Python 3.14#189
Conversation
|
/ok to test |
| ``` | ||
|
|
||
| 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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
We could link to https://docs.rapids.ai/platform-support/ or https://docs.rapids.ai/install/ and stop hardcoding values here.
| 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 |
There was a problem hiding this comment.
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.)
bdice
left a comment
There was a problem hiding this comment.
Approving, with deduplication of platform support information as a follow-up for @acostadon. Thanks!
|
/merge |
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.