diff --git a/.zuul.yaml b/.zuul.yaml index 394d12444..5197ceb9b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,7 +4,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 - periodic-stable-jobs-neutron diff --git a/setup.cfg b/setup.cfg index fc6bcab41..468122335 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 b6254dff7..0fd21bcf5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py35,py27,pep8,pylint +envlist = py36,py27,pep8,pylint minversion = 2.0 skipsdist = True