From 12b0b870b868c277e7bd72484d162988a96291b4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 3 Oct 2025 01:15:55 +0900 Subject: [PATCH] Bump minimum python version ... according to the current tested runtimes. Change-Id: I40cb790f9b9b2269ac30bddbbea624408526574a Signed-off-by: Takashi Kajinami --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 97871030..5d522b5c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = http://www.openstack.org/ -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 =