From 059fd82a424b358d5013e53184b526b895b4c1bd Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 3 Jan 2024 21:12:54 -0800 Subject: [PATCH] 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: Ibafbfb40379c1df234e9925c26f8e6400712ff10 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index bbaef5a..46549cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,16 +3,16 @@ name = blazar-nova summary = Nova related filters and extensions for Blazar description_file = README.rst license = Apache Software License -python_requires = >=3.6 +python_requires = >=3.8 classifiers = Programming Language :: Python Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Environment :: OpenStack Development Status :: 3 - Alpha Framework :: Setuptools Plugin