Update python classifier in setup.cfg

Updating the classifier in setup.cfg for all
current tested versions.

Change-Id: I7cb09b57277218e03ce2a6c3ad04116b00949141
This commit is contained in:
Ghanshyam Mann 2024-10-01 19:07:46 -07:00 committed by Ghanshyam
parent 8cd769cd8e
commit 0ba674d8c5

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/os-testr/latest/
python_requires = >=3.8
python_requires = >=3.9
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -15,10 +15,10 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython