Bump actual minimum python version

Python 3.8 was removed from the tested runtimes for 2024.2[1] and has
not been tested since then. Bump the minimum version to avoid being
installed in Python 3.8 .

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

Change-Id: I67a78b791d6624ca8132b43e828cc8caf20ea6c0
This commit is contained in:
Takashi Kajinami 2024-10-24 21:10:14 +09:00
parent a0cc380096
commit f8b33fa983

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/neutron/latest/
python_requires = >=3.8
python_requires = >=3.9
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology