Skip to content

Commit 9358250

Browse files
committed
add python 3.13t in workflow
1 parent 41546a8 commit 9358250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/generate_binary_build_matrix.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
from typing import Any, Callable, Dict, List, Optional, Tuple
2020

2121
PYTHON_ARCHES_DICT = {
22-
"nightly": ["3.9", "3.10", "3.11", "3.12", "3.13"],
23-
"test": ["3.9", "3.10", "3.11", "3.12", "3.13"],
22+
"nightly": ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"],
23+
"test": ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"],
2424
"release": ["3.9", "3.10", "3.11", "3.12", "3.13"],
2525
}
2626
CUDA_ARCHES_DICT = {

0 commit comments

Comments
 (0)