From 8adc451be16a677e72a68cd766f5c2e438e57fb2 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 3 Jan 2024 21:18:03 -0800 Subject: [PATCH] Update python classifier in setup.cfg As per the current release tested runtime, we test from python 3.9 till python 3.12 so updating the same in python classifier in setup.cfg Change-Id: I4e3bd79c610b355ea716c35a4c4cb71157d890af --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ad0bf3b..04a4c23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = author = Adrian Turjak author-email = adriant@catalyst.net.nz home-page = https://github.com/catalyst/adjutant-ui -python-requires = >=3.8 +python-requires = >=3.9 classifier = Environment :: OpenStack Framework :: Django @@ -18,8 +18,10 @@ classifier = 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 + Programming Language :: Python :: 3.12 [files] packages =