diff options
author | Ghanshyam Mann <gmann@ghanshyammann.com> | 2022-05-10 19:47:57 -0500 |
---|---|---|
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | 2022-05-10 19:47:57 -0500 |
commit | 67aa3b93db6330624120c6b0bcaf8793dc9037e5 (patch) | |
tree | 4d4099f2e4740e81a5acfc8dd8ecd7bd78612bde /setup.cfg | |
parent | 71ed5bd125f80d577ba86463d411a0b449e663dc (diff) | |
download | python-keystoneclient-67aa3b93db6330624120c6b0bcaf8793dc9037e5.tar.gz |
Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support.
[1] https://governance.openstack.org/tc/reference/runtimes/zed.html
Change-Id: Iac9b528727fda29f8e350c3db06fe5c0a2a971bd
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/python-keystoneclient/latest/ -python_requires = >=3.6 +python_requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -15,9 +15,8 @@ classifier = Operating System :: POSIX :: Linux 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 [files] packages = |