From 97cc90da486e03bd705cf607015e5735a642d716 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 6 Mar 2019 09:22:18 +0000 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: Ibd0fb9d3a87bd8c83c55298f4f3a7e0714fdc33d --- .zuul.yaml | 1 - setup.cfg | 1 - tox.ini | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9e0c7c9..7cc0c7d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,6 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/setup.cfg b/setup.cfg index 32e298e..e08c3ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 [files] packages = diff --git a/tox.ini b/tox.ini index 477910f..b1bf95b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py35,py27,pep8 +envlist = py36,py27,pep8 minversion = 2.0 skipsdist = True