From fa727cc61ff4d44b48b15d533cee4b7be08f72a5 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 30 Oct 2023 16:47:38 +0100 Subject: [PATCH] devops: build Conda package for Python 3.12 (#2143) --- conda_build_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda_build_config.yaml b/conda_build_config.yaml index ab4332208..92ada529f 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -3,3 +3,4 @@ python: - 3.9 - "3.10" - "3.11" + - "3.12"