summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-27 13:29:50 +0000
committerGerrit Code Review <review@openstack.org>2022-05-27 13:29:50 +0000
commit4854816403a2a90f360cbe8a58c88abf2d53fd3b (patch)
treecad4e18f7d2d8fa78501001df436b1fcc7dd2224
parentf363c274b5ab93270e8881acf8025287e9e04fd5 (diff)
parent3e2e0139dec5592a328eafc0f76a4ca2489062c5 (diff)
downloadcliff-4854816403a2a90f360cbe8a58c88abf2d53fd3b.tar.gz
Merge "Update Python testing per Zed cycle testing runtime"
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 1cb1681..22a91ca 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,15 +5,14 @@ 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.8
classifier =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Intended Audience :: Developers