From 5ab64efe3e5c2a0461c2e68bf1f1192c08152564 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Fri, 10 Nov 2023 14:18:38 +0100 Subject: [PATCH] added python 3.12 to the conda build variants --- conda-recepie/conda_build_config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conda-recepie/conda_build_config.yaml b/conda-recepie/conda_build_config.yaml index b49d8ca09..246978147 100644 --- a/conda-recepie/conda_build_config.yaml +++ b/conda-recepie/conda_build_config.yaml @@ -3,6 +3,5 @@ python: - 3.9 - 3.10 - 3.11 + - 3.12 -numpy: - - 1.17