From 4c0e8b3bf57a84e97d99e1866ca53d6395184854 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Wed, 23 Jan 2019 17:01:14 -0600 Subject: [PATCH] Fix Conda test failures, move to Python 3.7 This fixed recent Conda failures due to lack of a version of pyopencl 2018.2.2 by moving from Python 3.5 to Python 3.7. --- .test-conda-env-py3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index b2b8b1b4..f36b1bd4 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -10,7 +10,7 @@ dependencies: - pocl - islpy - pyopencl -- python=3.5 +- python=3.7 - symengine=0.3.0 - python-symengine=0.3.0 # things not in here: loopy boxtree pymbolic pyfmmlib -- GitLab