From 59ae279a58d99f3ddf7ff4e177147ebcd163aa1b Mon Sep 17 00:00:00 2001 From: Clemens Weninger Date: Sun, 8 Oct 2023 22:24:04 +0200 Subject: [PATCH] update ci for python 3.12 --- conda-recipe/conda_build_config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index 92d81df..1864a87 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -1,9 +1,13 @@ numpy: - 1.23 - 1.23 - - 1.23 + - 1.26 python: - - 3.9.* *_cpython - 3.10.* *_cpython - 3.11.* *_cpython + - 3.12.* *_cpython + +zip_keys: + - python + - numpy