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