summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2020-06-06 12:03:10 -0500
committerMonty Taylor <mordred@inaugust.com>2020-06-06 12:03:35 -0500
commitf7f25b54ba5b66f83b8e4837d24b7ef88f11110d (patch)
treef09fb22709aa305399a1cb89df81b6673f4fc0ca
parentf70bffca7576839a60cfde9b19617e097d7729e4 (diff)
downloadcliff-f7f25b54ba5b66f83b8e4837d24b7ef88f11110d.tar.gz
Remove python3.5
We had it here for stestr which has moved on. Change-Id: I5739d6b93e47b43ad3ec3726813cc706b8775157
-rw-r--r--.zuul.yaml1
-rw-r--r--setup.cfg3
2 files changed, 1 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 0aa847d..42b3162 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -24,7 +24,6 @@
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- - openstack-python35-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
check:
diff --git a/setup.cfg b/setup.cfg
index 72bdf8b..f755402 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,13 +5,12 @@ 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.5
+python-requires = >=3.6
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