diff --git a/.zuul.yaml b/.zuul.yaml index ea49450877..98b806296c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -106,7 +106,6 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - publish-openstack-docs-pti - check-requirements diff --git a/setup.cfg b/setup.cfg index d4580d9923..62cdac7c0e 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] data_files = diff --git a/tox.ini b/tox.ini index db581814ef..4d361bba0e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py35,py27,pep8 +envlist = py36,py27,pep8 minversion = 1.6 skipsdist = True