diff --git a/matrix.yaml b/matrix.yaml index 4d0d38de..0ea8e620 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.1.1`). +# The version format is `..` (e.g. `13.2.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.1.1" + - "13.2.0" PYTHON_VER: - "3.11" - "3.12"