From 4e38ba82d9e5a26266df1b7397c8645e520046e5 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 18 Nov 2024 18:07:52 -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. Also, testing on ubuntu noble. Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: If12962a6e7bb70bbd523c0ac403b1c9047a104ee --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c58cbe20..d5134550 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 [files] packages =