From 0ba674d8c5d34890698e4e8ff9f71b24c389e109 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 1 Oct 2024 19:07:46 -0700 Subject: [PATCH] Update python classifier in setup.cfg Updating the classifier in setup.cfg for all current tested versions. Change-Id: I7cb09b57277218e03ce2a6c3ad04116b00949141 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a4f1e54..91409bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/os-testr/latest/ -python_requires = >=3.8 +python_requires = >=3.9 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -15,10 +15,10 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python 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 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython