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
This commit is contained in:
Takashi Kajinami
2025-06-09 18:07:39 +09:00
parent 49f0cd636f
commit e8c2872ce7

View File

@@ -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