Skip to content

Commit 99c3499

Browse files
disable python 3.14 in CI (#3787)
1 parent 530a2cd commit 99c3499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/filter-matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import Any, Dict, List
88

99
# currently we don't support python 3.13t due to tensorrt does not support 3.13t
10-
disabled_python_versions: List[str] = ["3.13t"]
10+
disabled_python_versions: List[str] = ["3.13t", "3.14", "3.14t"]
1111

1212
# jetpack 6.2 only officially supports python 3.10 and cu126
1313
jetpack_python_versions: List[str] = ["3.10"]

0 commit comments

Comments
 (0)