From e31d59b99e1a793222c359fae49aa412e8dcde7c Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 1 Mar 2021 15:06:59 +0100
Subject: [PATCH] [conda] Build only py39 for the time begin

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

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