From 4d973893407484ea773ecc4f8036837f6ca9d4ac Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 3 Jan 2024 23:16:17 -0800 Subject: [PATCH] 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 --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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