From 774762b156bfa6e3ae417530c2573a681b110f0e Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 24 Feb 2026 16:23:11 -0500 Subject: [PATCH] Update classifiers for Gazpacho Gazpacho supports python 3.10 through 3.13 [0]. [0] https://governance.openstack.org/tc/reference/runtimes/2026.1.html Change-Id: Iec7fc653b5ee54b0e079bc3ac1c1229e6b24e7d5 Signed-off-by: Brian Rosmaita --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6dc4597..4d827d5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ long_description = file: README.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org url = http://docs.openstack.org/cinder/latest/ -python_requires = >=3.9 +python_requires = >=3.10 classifiers = Environment :: OpenStack Intended Audience :: Information Technology @@ -16,10 +16,10 @@ classifiers = Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 [files] packages =