Add support for Python 3.14#1033
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. |
|
/ok to test |
|
This currently fails as Python 3.14 would require cucim/conda/recipes/cucim/meta.yaml Line 72 in 2a6174d cucim/python/cucim/pyproject.toml Line 37 in 2a6174d @grlee77 what would we need to do to allow |
|
/ok to test |
2 similar comments
|
/ok to test |
|
/ok to test |
|
/ok to test |
|
@KyleFromNVIDIA don't worry about reviewing this yet -- need to (probably) retarget the branch and also rebase out about 2000 lines of unrelated changes. |
grlee77
left a comment
There was a problem hiding this comment.
Thanks for working on 3.14 support. I had one question about the upper version pinning
| - pytest-lazy-fixtures>=1.0.0 | ||
| - pytest-xdist | ||
| - pytest>=7.0.0,<9.0.0 | ||
| - python>=3.11,<3.14 |
There was a problem hiding this comment.
Do we need to also keep an upper version pin (,<3.15)? We use pybind11 for binding the C++ code so we can only support whatever Python versions it currently supports.
There was a problem hiding this comment.
Ahh, yes, we do need that for cucim. Good catch
|
Closing in favor of #1049 |
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.