From 92325db8038a27d9ced59fa7ee8ce10af17646e8 Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph.weston08@gmail.com> Date: Tue, 28 Mar 2017 12:31:31 +0200 Subject: [PATCH] CI: remove python 3.4 support from conda packaging Conda forge removes support for Python 3.4. If anyone is using conda then they can easily upgrade to newer Python in any case. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5707898..5213857d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,7 +92,6 @@ create conda package: - yum install -y devtoolset-2-gcc-gfortran - git clone https://gitlab.kwant-project.org/kwant/conda-recipes.git - conda config --add channels kwant - - conda build --python 3.4 conda-recipes/kwant-dev - conda build --python 3.5 conda-recipes/kwant-dev - conda build --python 3.6 conda-recipes/kwant-dev - mv /opt/conda/conda-bld/linux-64/kwant-dev*.tar.bz2 . -- GitLab