Merge "Update python classifier in setup.cfg"

This commit is contained in:
Zuul
2024-09-30 07:20:35 +00:00
committed by Gerrit Code Review

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