Skip to content

Commit 70b2189

Browse files
authored
Update build-wheels-cuda.yaml
1 parent 5acaa80 commit 70b2189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels-cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# wheel.py-api = "py3" makes the CUDA wheel interpreter-agnostic,
3131
# so one builder per toolkit version is sufficient.
3232
'pyver' = @("3.9")
33-
'cuda' = @("12.4.1")
33+
'cuda' = @("13.2.1")
3434
'releasetag' = @("basic")
3535
'exclude' = @(
3636
@{ 'os' = 'windows-2022'; 'cuda' = '12.1.1' },

0 commit comments

Comments
 (0)