From d3fb26b0388f9cebc5685eb942df2bfe0d8445f4 Mon Sep 17 00:00:00 2001 From: Rishov Sarkar Date: Mon, 6 May 2024 14:31:53 -0400 Subject: [PATCH] add build for Python 3.11 --- recipe/conda_build_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index a448e960a..4f8559297 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,3 +1,4 @@ python: - 3.10 + - 3.11 - 3.12