We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530a2cd commit 99c3499Copy full SHA for 99c3499
.github/scripts/filter-matrix.py
@@ -7,7 +7,7 @@
7
from typing import Any, Dict, List
8
9
# currently we don't support python 3.13t due to tensorrt does not support 3.13t
10
-disabled_python_versions: List[str] = ["3.13t"]
+disabled_python_versions: List[str] = ["3.13t", "3.14", "3.14t"]
11
12
# jetpack 6.2 only officially supports python 3.10 and cu126
13
jetpack_python_versions: List[str] = ["3.10"]
0 commit comments