From a022e2730799f3f6c0c48540b647259ce87dd806 Mon Sep 17 00:00:00 2001 From: Vishakha Agarwal Date: Thu, 28 Feb 2019 10:29:06 +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: I618c0d263d4c0f497aef59f24215b60169948ea9 --- .zuul.yaml | 1 - setup.cfg | 3 ++- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index af3ef76683..ab6b0fcd4f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -130,7 +130,6 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - openstack-python37-jobs - publish-openstack-docs-pti diff --git a/setup.cfg b/setup.cfg index 2ec8fedd8b..47a9469ad9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] data_files = diff --git a/tox.ini b/tox.ini index 41858fe1b0..07f9cca1b5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.3.1 skipsdist = True -envlist = py37,py36,py35,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes +envlist = py37,py36,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes [testenv] usedevelop = True