From e8c2872ce7de18fd50053676ab15a8552979e5ab Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 9 Jun 2025 18:07:39 +0900 Subject: [PATCH] Actually require python >= 3.10 CentOS 9 jobs have been updated to use Python 3.11[1], instead of Python 3.9. [1] f5b9596f24c03079c6ea2bcac29b1973bf5fe589 Change-Id: Id50a2c8b4f1554350ee4546d5e3c43a821e4b5b1 --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index bc4228e56c4..d79ec731cda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,9 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/neutron/latest/ -# NOTE(haleyb) This can move to 3.10 once the FIPS job is changed to run -# on centos-10-stream, moving now will cause a centos-9-stream job failure -python_requires = >=3.9 +python_requires = >=3.10 classifier = Environment :: OpenStack Intended Audience :: Information Technology