From d5600acc1c2fb7d61ba9e29040aabef4b844ddde Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 23 Dec 2025 01:02:52 +0900 Subject: [PATCH] Update supported python versions ... according to the current tested runtimes. Change-Id: I638ba0096b4cafec0580ad390b7f79769fd10d26 Signed-off-by: Takashi Kajinami --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index be6e0d71..f680ed50 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://pypi.org/project/ovsdbapp/ -python_requires = >=3.8 +python_requires = >=3.10 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.13 [files] packages =