From c8efe5d10c975745226315551ebee5c202aa5648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=B6jd=20Lars=20Erik?= Date: Wed, 19 Mar 2025 22:05:19 +0100 Subject: [PATCH] added back some python versions --- conda-recipes/main-library/conda_build_config.yaml | 7 ------- conda-recipes/python-client/conda_build_config.yaml | 7 ++----- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/conda-recipes/main-library/conda_build_config.yaml b/conda-recipes/main-library/conda_build_config.yaml index 46fa5230e..2bf732748 100644 --- a/conda-recipes/main-library/conda_build_config.yaml +++ b/conda-recipes/main-library/conda_build_config.yaml @@ -1,10 +1,3 @@ -python: - # - 3.8 - # - 3.9 - # - 3.10 - # - 3.11 - # - 3.12 - - 3.13 c_compiler: - gcc # [linux] diff --git a/conda-recipes/python-client/conda_build_config.yaml b/conda-recipes/python-client/conda_build_config.yaml index 46fa5230e..264e093ef 100644 --- a/conda-recipes/python-client/conda_build_config.yaml +++ b/conda-recipes/python-client/conda_build_config.yaml @@ -1,9 +1,6 @@ python: - # - 3.8 - # - 3.9 - # - 3.10 - # - 3.11 - # - 3.12 + - 3.11 + - 3.12 - 3.13 c_compiler: