Skip to content

Commit d474f44

Browse files
authored
Add python 3.12 to test environment (#4844)
Follow up of: #4834 Make sure we have python 3.12 in test env
1 parent ccb20f3 commit d474f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# TODO (huydhn): 3.12 is only enabled in nightly for now, test and release
2525
# will come later
2626
"nightly": ["3.8", "3.9", "3.10", "3.11", "3.12"],
27-
"test": ["3.8", "3.9", "3.10", "3.11"],
27+
"test": ["3.8", "3.9", "3.10", "3.11", "3.12"],
2828
"release": ["3.8", "3.9", "3.10", "3.11"],
2929
}
3030
CUDA_ARCHES_DICT = {

0 commit comments

Comments
 (0)