From db052b7d184f6ca0c6e000e62098dea9090bf383 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Wed, 27 Feb 2019 14:01:29 +0530 Subject: [PATCH] Drop py35 jobs Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein Change-Id: I0db6c9cbf2af9ed9c701755a26f721aeac97d4cd --- tox.ini | 2 +- zuul.d/project.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 472f5d5a5c..48d1a702ea 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py36,py35,py27,pep8,pypy +envlist = py36,py27,pep8,pypy [testenv] usedevelop=True diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 03463da2f8..503fbcd31a 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -6,7 +6,6 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - openstack-python37-jobs - publish-openstack-docs-pti