Update python classifier in setup.cfg

As per the current release tested runtime, we test
python version from 3.9 to 3.11 so updating the
same in python classifier in setup.cfg

Change-Id: I7cfdab92e3504fa879f2319769c452eebab9d676
This commit is contained in:
Ghanshyam Mann 2024-01-03 23:16:17 -08:00 committed by Ghanshyam
parent b94abb44d9
commit 4d97389340

View File

@ -3,14 +3,15 @@ name = python-mistralclient
summary = Mistral Client Library
description-file = README.rst
license = Apache Software License
python-requires = >=3.8
python-requires = >=3.9
classifiers =
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators