feat: add support for Python 3.13#1475
feat: add support for Python 3.13#1475rapids-bot[bot] merged 2 commits intorapidsai:branch-25.06from
Conversation
|
Ok, this is very annoying. The tests for I'm going to open a Python 3.13 PR to |
|
If that gets too complicated I'm fine if we can just disable cudf/dask-cudf dependency testing to get this merged first, they are only hard dependencies for testing, so if building a custom matrix for 3.13 is easy we could just do that without cudf/dask-cudf until they get their own packages. |
Ok, that sounds easier and faster and less headache-inducing. Thanks @pentschev ! |
|
Yes, we typically disable cudf tests in this repo when circular dependencies like this come up. |
|
/merge |
Description
Contributes to rapidsai/build-planning#120
This PR adds support for Python 3.13.
Notes for Reviewers
This is part of ongoing work to add Python 3.13 support across RAPIDS.
It temporarily introduces a build/test matrix including Python 3.13, from rapidsai/shared-workflows#268.
A follow-up PR will revert back to pointing at the
branch-25.06branch ofshared-workflowsonce allRAPIDS repos have added Python 3.13 support.
This will fail until all dependencies have been updated to Python 3.13
CI here is expected to fail until all of this project's upstream dependencies support Python 3.13.
This can be merged whenever all CI jobs are passing.