From 477ba5af93d123074b4520ce695645e558bb8685 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 4 Feb 2021 14:46:14 +0100
Subject: [PATCH] Re-enables python-3.8 builds

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

diff --git a/conda_build_config.yaml b/conda_build_config.yaml
index fccb24dc..6bd37114 100644
--- a/conda_build_config.yaml
+++ b/conda_build_config.yaml
@@ -56,6 +56,7 @@ pin_run_as_build:
 ## the dependencies that we build against multiple versions
 python:
   - 3.7
+  - 3.8
 
 zip_keys:
   -                             # [win]
-- 
GitLab