Skip to content

Commit 290440c

Browse files
committed
Release 2.10 advance versions (#7574)
1 parent 0eb9445 commit 290440c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 3 additions & 3 deletions
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", "3.14t"],
27+
"release": ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"],
2828
}
2929
CUDA_ARCHES_DICT = {
3030
"nightly": ["12.6", "12.8", "13.0"],
@@ -34,7 +34,7 @@
3434

3535
ROCM_ARCHES_DICT = {
3636
"nightly": ["7.0", "7.1"],
37-
"test": ["6.3", "6.4"],
37+
"test": ["7.0", "7.1"],
3838
"release": ["6.3", "6.4"],
3939
}
4040

@@ -77,7 +77,7 @@
7777

7878

7979
CURRENT_NIGHTLY_VERSION = "2.10.0"
80-
CURRENT_CANDIDATE_VERSION = "2.9.1"
80+
CURRENT_CANDIDATE_VERSION = "2.10.0"
8181
CURRENT_STABLE_VERSION = "2.9.1"
8282
CURRENT_VERSION = CURRENT_STABLE_VERSION
8383

0 commit comments

Comments
 (0)