From f8b33fa983623cbf19299cd86f3b67f3a02f13bf Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 24 Oct 2024 21:10:14 +0900 Subject: [PATCH] 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 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 097888d26c7..242298d4ba3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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