diff --git a/latest.yaml b/latest.yaml index ac81c08..ee4a31e 100644 --- a/latest.yaml +++ b/latest.yaml @@ -2,15 +2,15 @@ # SPDX-License-Identifier: Apache-2.0 # Define the values used for the "latest" tag ci-conda: - CUDA_VER: "13.1.1" + CUDA_VER: "13.2.1" PYTHON_VER: "3.14" LINUX_VER: "ubuntu24.04" ci-wheel: - CUDA_VER: "13.0.2" + CUDA_VER: "13.0.3" PYTHON_VER: "3.14" # Wheels should always be built with the oldest supported glibc version LINUX_VER: "rockylinux8" citestwheel: - CUDA_VER: "13.1.1" + CUDA_VER: "13.2.1" PYTHON_VER: "3.14" LINUX_VER: "ubuntu24.04" diff --git a/matrix.yaml b/matrix.yaml index c9e1bbb..cf252b1 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -2,10 +2,10 @@ # SPDX-License-Identifier: Apache-2.0 CUDA_VER: - "12.2.2" - - "12.9.1" - - "13.0.2" - - "13.1.1" - - "13.2.0" + - "12.9.2" + - "13.0.3" + - "13.2.1" + - "13.3.0" PYTHON_VER: - "3.11" - "3.12"