From 8f2e86726669b9dadb3c788e0ea681d397a2eeb7 Mon Sep 17 00:00:00 2001
From: vais-ral <rlcr8@stfc.ac.uk>
Date: Mon, 18 Feb 2019 18:23:21 +0000
Subject: removed python 3.7, seems not to be compatible yet

---
 Wrappers/Python/conda-recipe/conda_build_config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Wrappers/Python/conda-recipe')

diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml
index d6a3915..fbe82dc 100644
--- a/Wrappers/Python/conda-recipe/conda_build_config.yaml
+++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml
@@ -2,7 +2,7 @@ python:
   - 2.7 # [not win]
   - 3.5
   - 3.6
-  - 3.7
+#  - 3.7
 numpy:
   - 1.12
   - 1.14
-- 
cgit v1.2.3