From 65a87b86d07a0b07ca9c952bc4da5bd4e2de90b1 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 5 Feb 2021 18:17:41 +0100
Subject: [PATCH] [conda_build_config] Re-enables py37

---
 conda_build_config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conda_build_config.yaml b/conda_build_config.yaml
index 90cfe4ea..f89cdcea 100644
--- a/conda_build_config.yaml
+++ b/conda_build_config.yaml
@@ -55,6 +55,7 @@ pin_run_as_build:
 
 ## the dependencies that we build against multiple versions
 python:
+  - 3.7
   - 3.8
 
 zip_keys:
-- 
GitLab