From 27c6b0f2a347a2523fdb978479c9aa74b7175064 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 5 Feb 2021 10:02:33 +0100
Subject: [PATCH] [conda_build_config] Disable py37 builds momentarily

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

diff --git a/conda_build_config.yaml b/conda_build_config.yaml
index 6bd37114..90cfe4ea 100644
--- a/conda_build_config.yaml
+++ b/conda_build_config.yaml
@@ -55,7 +55,6 @@ pin_run_as_build:
 
 ## the dependencies that we build against multiple versions
 python:
-  - 3.7
   - 3.8
 
 zip_keys:
@@ -97,7 +96,7 @@ libtiff:
 lzo:
   - 2.10
 mkl:
-  - 2019.4
+  - 2019.4.*
 mock:
   - 4.0.3
 numexpr:
-- 
GitLab