diff --git a/.zuul.yaml b/.zuul.yaml index 35f09634..ae74fa90 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -101,7 +101,6 @@ - openstack-cover-jobs-neutron - openstack-lower-constraints-jobs-neutron - openstack-python-jobs-neutron - - openstack-python35-jobs-neutron - openstack-python36-jobs-neutron - openstack-python37-jobs-neutron - publish-openstack-docs-pti diff --git a/setup.cfg b/setup.cfg index 1c4f13a5..17e1fe42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [files] packages = diff --git a/tox.ini b/tox.ini index 920c9dfb..9e20db92 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] -envlist = py35,py34,py27,pep8,pylint -minversion = 2.0 +envlist = py36,py27,pep8,pylint +minversion = 2.5.0 skipsdist = True [testenv]