diff --git a/.zuul.yaml b/.zuul.yaml index 678a328..d12575e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,7 @@ - project: templates: - openstack-python-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - docs-on-readthedocs vars: rtd_webhook_id: '64851' diff --git a/setup.cfg b/setup.cfg index c04fb23..f8743d7 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.4 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index 376271c..807ba02 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.1 skipsdist = True -envlist = py36,py27,pep8 +envlist = py27,py37,pep8 ignore_basepython_conflict = True [testenv]