Skip to content

Commit 1e7549d

Browse files
authored
Apply suggestion from @atalman
1 parent b2d9318 commit 1e7549d

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
@@ -22,7 +22,7 @@
2222

2323

2424
PYTHON_ARCHES_DICT = {
25-
"nightly": ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14"],
25+
"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"],
2727
"release": ["3.10", "3.11", "3.12", "3.13", "3.14"],
2828
}

0 commit comments

Comments
 (0)