Skip to content

Commit da38d71

Browse files
authored
Add Python 3.13 to build matrix
Updated Python version matrix to include 3.13.
1 parent 3a4651b commit da38d71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
$matrix = @{
2323
'os' = @('ubuntu-24.04')
24-
'pyver' = @("3.14")
24+
'pyver' = @("3.13", "3.14")
2525
'cuda' = @("13.1.0")
2626
'releasetag' = @("basic")
2727
}
@@ -116,3 +116,4 @@ jobs:
116116

117117

118118

119+

0 commit comments

Comments
 (0)