summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-05-25 17:07:23 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-05-25 17:08:36 +0100
commit3e2e0139dec5592a328eafc0f76a4ca2489062c5 (patch)
treecad4e18f7d2d8fa78501001df436b1fcc7dd2224
parent5df8c37e06e32094cf606f0f204e5bc4e9c792c5 (diff)
downloadcliff-3e2e0139dec5592a328eafc0f76a4ca2489062c5.tar.gz
Update Python testing per Zed cycle testing runtime
In the Zed cycle, we have dropped the Python 3.6/3.7 [1] testing and its support. Update the Python classifiers to reflect this. Change-Id: Ieb80faf01d87e7fa7d717b74de6c5ec518ef9b05 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
-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