diff --git a/setup.cfg b/setup.cfg index 04cf2c11..c352c179 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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