Update python classifier in setup.cfg
As per the current release tested runtime, we test till python 3.11 so updating the same in python classifier in setup.cfg Change-Id: I4dff67cd3b0eb72bca2dd8d53f27c19967c5696c
This commit is contained in:
parent
c3e0388543
commit
6f20a2b0ce
@ -3,16 +3,16 @@ name = python-blazarclient
|
|||||||
summary = Client for OpenStack Reservation Service
|
summary = Client for OpenStack Reservation Service
|
||||||
description_file = README.rst
|
description_file = README.rst
|
||||||
license = Apache Software License
|
license = Apache Software License
|
||||||
python_requires = >=3.6
|
python_requires = >=3.8
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
Programming Language :: Python :: 3 :: Only
|
Programming Language :: Python :: 3 :: Only
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.6
|
|
||||||
Programming Language :: Python :: 3.7
|
|
||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
|
Programming Language :: Python :: 3.10
|
||||||
|
Programming Language :: Python :: 3.11
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Development Status :: 3 - Alpha
|
Development Status :: 3 - Alpha
|
||||||
Framework :: Setuptools Plugin
|
Framework :: Setuptools Plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user