Skip to content

Commit

Permalink
Add python 3.12 to test environment (#4844)
Browse files Browse the repository at this point in the history
Follow up of: #4834
Make sure we have python 3.12 in test env
  • Loading branch information
atalman authored Dec 20, 2023
1 parent ccb20f3 commit d474f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# TODO (huydhn): 3.12 is only enabled in nightly for now, test and release
# will come later
"nightly": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"test": ["3.8", "3.9", "3.10", "3.11"],
"test": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"release": ["3.8", "3.9", "3.10", "3.11"],
}
CUDA_ARCHES_DICT = {
Expand Down

0 comments on commit d474f44

Please sign in to comment.