Closed jameslamb closed 2 months ago
Restarted CI here now that there are Python 3.12 packages for raft
: https://github.com/rapidsai/raft/pull/2428
Will put this up for review once I see enough of CI passing.
/merge
Thanks so much for all the help with this @bdice !
/merge
Description
Contributes to https://github.com/rapidsai/build-planning/issues/40
This PR adds support for Python 3.12.
Other changes required for this:
umap-learn
,0.5.3 -> 0.5.6
(https://github.com/rapidsai/cuml/pull/6060/files#r1745915933)Notes for Reviewers
This is part of ongoing work to add Python 3.12 support across RAPIDS. It temporarily introduces a build/test matrix including Python 3.12, from https://github.com/rapidsai/shared-workflows/pull/213.
A follow-up PR will revert back to pointing at the
branch-24.10
branch ofshared-workflows
once all RAPIDS repos have added Python 3.12 support.This will fail until all dependencies have been updates to Python 3.12
CI here is expected to fail until all of this project's upstream dependencies support Python 3.12.
This can be merged whenever all CI jobs are passing.