Skip to content

Commit f563b66

Browse files
Camyllatalman
andauthored
update version for release 2.9 (#7345)
Co-authored-by: Andrey Talman <[email protected]>
1 parent 344d1e3 commit f563b66

8 files changed

+192
-192
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
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.9", "3.10", "3.11", "3.12", "3.13", "3.13t"],
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", "13.0"],
3131
"test": ["12.6", "12.8", "13.0"],
32-
"release": ["12.6", "12.8", "12.9"],
32+
"release": ["12.6", "12.8", "13.0"],
3333
}
3434

3535
ROCM_ARCHES_DICT = {
@@ -78,7 +78,7 @@
7878

7979
CURRENT_NIGHTLY_VERSION = "2.10.0"
8080
CURRENT_CANDIDATE_VERSION = "2.9.0"
81-
CURRENT_STABLE_VERSION = "2.8.0"
81+
CURRENT_STABLE_VERSION = "2.9.0"
8282
CURRENT_VERSION = CURRENT_STABLE_VERSION
8383

8484
# By default use Nightly for CUDA arches

0 commit comments

Comments
 (0)