There was an error while loading. Please reload this page.
1 parent 526c65f commit f0f9ec2Copy full SHA for f0f9ec2
1 file changed
tools/scripts/generate_binary_build_matrix.py
@@ -24,7 +24,7 @@
24
PYTHON_ARCHES_DICT = {
25
"nightly": ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"],
26
"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"],
+ "release": ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"],
28
}
29
CUDA_ARCHES_DICT = {
30
"nightly": ["12.6", "12.8", "12.9", "13.0"],
0 commit comments