Skip to content

Commit 6f1f788

Browse files
authored
use CUDA 13.1.1, drop Python 3.10 (#850)
Contributes to rapidsai/build-planning#248 * CUDA 13.1.1 is now available (https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#). This updates CUDA 13 images to use it. Contributes to rapidsai/build-planning#246 * RAPIDS has dropped Python 3.10 support in 26.04... this drops it here as well
1 parent 4bb857d commit 6f1f788

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

matrix-test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
# Copyright (c) 2023-2025, NVIDIA CORPORATION.
1+
# Copyright (c) 2023-2026, NVIDIA CORPORATION.
22
# CUDA_VER is `<major>` (e.g. `13`)
33

44
pull-request:
5-
- { CUDA_VER: '12', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'l4', DRIVER: 'earliest' }
65
- { CUDA_VER: '12', ARCH: 'arm64', PYTHON_VER: '3.11', GPU: 'a100', DRIVER: 'earliest' }
76
- { CUDA_VER: '12', ARCH: 'amd64', PYTHON_VER: '3.12', GPU: 'l4', DRIVER: 'latest' }
87
- { CUDA_VER: '13', ARCH: 'amd64', PYTHON_VER: '3.13', GPU: 'h100', DRIVER: 'latest' }
98
- { CUDA_VER: '13', ARCH: 'arm64', PYTHON_VER: '3.13', GPU: 'l4', DRIVER: 'latest' }
109
branch:
11-
- { CUDA_VER: '12', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'l4', DRIVER: 'earliest' }
1210
- { CUDA_VER: '12', ARCH: 'arm64', PYTHON_VER: '3.11', GPU: 'a100', DRIVER: 'earliest' }
1311
- { CUDA_VER: '12', ARCH: 'amd64', PYTHON_VER: '3.12', GPU: 'l4', DRIVER: 'latest' }
1412
- { CUDA_VER: '13', ARCH: 'amd64', PYTHON_VER: '3.13', GPU: 'h100', DRIVER: 'latest' }

matrix.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# Copyright (c) 2023-2025, NVIDIA CORPORATION.
1+
# Copyright (c) 2023-2026, NVIDIA CORPORATION.
22

33
CUDA_VER:
4-
# The version format is `<major>.<minor>.<patch>` (e.g. `13.1.0`).
4+
# The version format is `<major>.<minor>.<patch>` (e.g. `13.1.1`).
55
# Use the latest supported minor/patch version for each supported CUDA major
66
# version. Only one entry is allowed per CUDA major version.
77
- "12.9.1"
8-
- "13.1.0"
8+
- "13.1.1"
99
PYTHON_VER:
10-
- "3.10"
1110
- "3.11"
1211
- "3.12"
1312
- "3.13"

0 commit comments

Comments
 (0)