From 182c82fc3ff846f06c98d2fd8f21ee86e87a3ea3 Mon Sep 17 00:00:00 2001 From: Jannes Spangenberg Date: Fri, 24 Nov 2023 18:59:27 +0100 Subject: [PATCH] Remove commented python versions --- conda.recipe/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.recipe/conda_build_config.yaml b/conda.recipe/conda_build_config.yaml index af504c6..da95e80 100644 --- a/conda.recipe/conda_build_config.yaml +++ b/conda.recipe/conda_build_config.yaml @@ -1,4 +1,4 @@ python: - 3.8 - # - 3.9 - # - 3.10 + - 3.9 + - 3.10