From 73fff9cf922eef46a5d65ad137a483fd632c64b8 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 18 Nov 2024 17:28:11 -0800 Subject: [PATCH] Update python classifier as per the 2025.1 cycle testing runtime As per 2025.1 testing runtime[1], we are tetsing from python 3.9 till python 3.12, updating the same in python classifier. Change-Id: I2f707562e6b7fa54e7d4d5adc579bab833c2f4a5 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e663157..b1bbafa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ project_urls = Bug Tracker = https://storyboard.openstack.org/#!/project/openstack/os-resource-classes Documentation = https://docs.openstack.org/os-resource-classes/ Source Code = https://opendev.org/openstack/os-resource-classes -python_requires = >=3.8 +python_requires = >=3.9 classifier = Development Status :: 5 - Production/Stable Environment :: OpenStack @@ -20,10 +20,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