diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index 6508754..f9a676a 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -1,5 +1,6 @@ - project: templates: + - openstack-python35-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff --git a/setup.cfg b/setup.cfg index 6045c45..5e8d3ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = http://docs.openstack.org/developer/bashate/ -python-requires = >=3.6 +python-requires = >=3.5 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -15,6 +15,7 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7