Skip to content

Commit f0f9ec2

Browse files
authored
Apply suggestion from @atalman
1 parent 526c65f commit f0f9ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
PYTHON_ARCHES_DICT = {
2525
"nightly": ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"],
2626
"test": ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"],
27-
"release": ["3.10", "3.11", "3.12", "3.13", "3.14"],
27+
"release": ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"],
2828
}
2929
CUDA_ARCHES_DICT = {
3030
"nightly": ["12.6", "12.8", "12.9", "13.0"],

0 commit comments

Comments
 (0)