summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2020-03-26 15:33:45 -0500
committerMonty Taylor <mordred@inaugust.com>2020-03-26 15:38:14 -0500
commit5405c3dfd76a48a36f8c847dcd8daa38cfb7668c (patch)
treece3f0da7602b52b6b71e24faafd230ab2866c14a
parent1ae0201aacbb83235c6c78dd569c9dd8fa69ceb0 (diff)
downloadcliff-5405c3dfd76a48a36f8c847dcd8daa38cfb7668c.tar.gz
Re-add support for python 3.5ussuri-em3.1.0
cliff is used by stestr which is used by more things than just openstack projects - one of them being zuul which still supports python 3.5. Let's keep supporting 3.5 here for now. Change-Id: I14fca07853677d041215649cb55caf1e0dc49753
-rw-r--r--.zuul.yaml1
-rw-r--r--setup.cfg3
2 files changed, 3 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 63db13b..e9acfd2 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -24,6 +24,7 @@
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
+ - openstack-python35-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
check:
diff --git a/setup.cfg b/setup.cfg
index f755402..72bdf8b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,12 +5,13 @@ author = OpenStack
author-email = openstack-discuss@lists.openstack.org
summary = Command Line Interface Formulation Framework
home-page = https://docs.openstack.org/cliff/latest/
-python-requires = >=3.6
+python-requires = >=3.5
classifier =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only