1 parent 5acaa80 commit 70b2189Copy full SHA for 70b2189
1 file changed
.github/workflows/build-wheels-cuda.yaml
@@ -30,7 +30,7 @@ jobs:
30
# wheel.py-api = "py3" makes the CUDA wheel interpreter-agnostic,
31
# so one builder per toolkit version is sufficient.
32
'pyver' = @("3.9")
33
- 'cuda' = @("12.4.1")
+ 'cuda' = @("13.2.1")
34
'releasetag' = @("basic")
35
'exclude' = @(
36
@{ 'os' = 'windows-2022'; 'cuda' = '12.1.1' },
0 commit comments