From 8b961f46eb8fbae9d1aabacce03dba26ee92f245 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 16 Dec 2024 19:27:19 -0600 Subject: [PATCH] Exclude Python 3.13 for miniforge-cuda, too. --- matrix.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matrix.yaml b/matrix.yaml index 1f27a2d..1949ee2 100644 --- a/matrix.yaml +++ b/matrix.yaml @@ -29,6 +29,8 @@ CI_IMAGE_CONFIG: docker_target: "" exclude: # Python 3.13 isn't ready for conda yet (needs support in the conda package) + - PYTHON_VER: "3.13" + IMAGE_REPO: "miniforge-cuda" - PYTHON_VER: "3.13" IMAGE_REPO: "ci-conda"