From fee16e7ec5a06657923b7539a0ac71f3a8d79275 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 1 Mar 2021 15:28:46 +0100
Subject: [PATCH] [conda] Re-enables py37 and py38

---
 conda/conda_build_config.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conda/conda_build_config.yaml b/conda/conda_build_config.yaml
index 1f20e506..f9abd95d 100644
--- a/conda/conda_build_config.yaml
+++ b/conda/conda_build_config.yaml
@@ -19,4 +19,6 @@ VERBOSE_CM:
 
 ## the dependencies that we build against multiple versions
 python:
+  - 3.7
+  - 3.8
   - 3.9
-- 
GitLab