Skip to content

Commit b76dce4

Browse files
committed
Pin to Python 3.13
1 parent 51ebbe3 commit b76dce4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

matrix.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ x-gcc-13: &gcc_13 { name: "gcc", version: "13" }
1616
x-gcc-14: &gcc_14 { name: "gcc", version: "14" }
1717
x-gcc-env: &gcc_env { CC: "gcc", CXX: "g++", CUDAHOSTCXX: "g++" }
1818
x-gcc-rapids: &gcc_rapids { name: "gcc", version: "14", hide: true }
19-
x-gcc-env-rapids: &gcc_env_rapids { CC: "gcc", CXX: "g++", CUDAHOSTCXX: "g++", PYTHON_VERSION: "3.14" }
19+
# Pinned to Python 3.13 until 3.14 is unblocked: cuml needs https://github.com/conda-forge/onnxruntime-feedstock/pull/163
20+
x-gcc-env-rapids: &gcc_env_rapids { CC: "gcc", CXX: "g++", CUDAHOSTCXX: "g++", PYTHON_VERSION: "3.13" }
2021

2122
# CUDA 12.0 support stops at clang 14.
2223
x-llvm-14: &llvm_14 { name: "llvm", version: "14" }
@@ -37,7 +38,8 @@ x-nvhpc-env: &nvhpc_env { CC: "nvc", CXX: "nvc++", CUDAHOSTCXX: "nvc++" }
3738

3839
x-mambaforge: &conda { name: "mambaforge", miniforge_version: "25.11.0-1" }
3940
x-python: &python { name: "ghcr.io/devcontainers/features/python:1.8.0", version: "os-provided", installTools: false, enableShared: true, optimize: true, hide: true }
40-
x-python-rapids: &python_rapids { name: "ghcr.io/devcontainers/features/python:1.8.0", version: "3.14", installTools: false, enableShared: true, optimize: true, hide: true }
41+
# Pinned to Python 3.13 until 3.14 is unblocked: cuml needs https://github.com/conda-forge/onnxruntime-feedstock/pull/163
42+
x-python-rapids: &python_rapids { name: "ghcr.io/devcontainers/features/python:1.8.0", version: "3.13", installTools: false, enableShared: true, optimize: true, hide: true }
4143
x-ucx-rapids: &ucx_rapids { name: "ucx", version: "1.19.0" }
4244
x-openmpi: &openmpi { name: "openmpi", version: "5.0.10" }
4345

0 commit comments

Comments
 (0)