From 7e4ea308dcc439cfd7b5f16feba758f06fadcac0 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 29 Oct 2020 09:18:40 +0100 Subject: [PATCH] added python 3.9 to the conda build --- conda-recepie/conda_build_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-recepie/conda_build_config.yaml b/conda-recepie/conda_build_config.yaml index b028cf132..a8201780b 100644 --- a/conda-recepie/conda_build_config.yaml +++ b/conda-recepie/conda_build_config.yaml @@ -2,6 +2,7 @@ python: - 3.6 - 3.7 - 3.8 + - 3.9 numpy: - 1.17 \ No newline at end of file