Commit f4faeaf
authored
Add support for Python 3.13 (#113)
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.06` branch of `shared-workflows` once all
RAPIDS 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.
Authors:
- Gil Forsyth (https://github.com/gforsyth)
- Bradley Dice (https://github.com/bdice)
Approvers:
- Don Acosta (https://github.com/acostadon)
- Brad Rees (https://github.com/BradReesWork)
- Bradley Dice (https://github.com/bdice)
URL: #1131 parent 0bd3fc1 commit f4faeaf
File tree
4 files changed
+4
-4
lines changed- docs/cugraph-docs/source
- installation
- tutorials
- wholegraph/installation
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments