From 83b3fc70b7d69d4f6ea415e31ab80db4472afd60 Mon Sep 17 00:00:00 2001 From: Bertrand Souville Date: Sat, 30 Aug 2025 21:33:19 +0200 Subject: [PATCH] Update python classifier in setup.cfg As per the current release tested runtime, we test till python 3.12 Change-Id: I8819706e0f6aab029536825f3047a4057f7f732e Signed-off-by: Bertrand Souville --- setup.cfg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index e59a922e4..9ca4ad011 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 = https://docs.openstack.org/tacker/ -python_requires = >=3.6 +python_requires = >=3.10 classifiers = Environment :: OpenStack Intended Audience :: Information Technology @@ -14,11 +14,9 @@ classifiers = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 - 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 =