diff --git a/matrix.yaml b/matrix.yaml index 0ea8e620..b4c10f06 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -1,11 +1,11 @@ # Copyright (c) 2023-2026, NVIDIA CORPORATION. CUDA_VER: -# The version format is `..` (e.g. `13.2.0`). +# The version format is `..` (e.g. `13.3.0`). # Use the latest supported minor/patch version for each supported CUDA major # version. Only one entry is allowed per CUDA major version. - "12.9.1" - - "13.2.0" + - "13.3.0" PYTHON_VER: - "3.11" - "3.12"