From 30c782da53924b0561b21c63e63f79a2ccc9e1f9 Mon Sep 17 00:00:00 2001 From: Joachim Moeyens Date: Wed, 14 Sep 2022 18:15:33 -0700 Subject: [PATCH] Add conda build configuration for Python versions 3.7-3.9 --- recipe/conda_build_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipe/conda_build_config.yaml diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 0000000..5d45dc1 --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,4 @@ +python: + - "3.7" + - "3.8" + - "3.9" \ No newline at end of file