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:
parent
a0cc380096
commit
f8b33fa983
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user