From f93c9be1c1058e210b551d7200882aa983c2332a Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 24 Apr 2023 12:18:02 +0530 Subject: Move to python3.9 as minimal python version 2023.2 release is targetting python3.9 as minimal testing rutime[1]. openstack-tox-py38 job started to fail as libraries(like tooz) already dropped py3.8 support. This patch updates neutron py3 override job template and setup.cfg to reflect the same. [1] https://review.opendev.org/c/openstack/governance/+/872232 Closes-Bug: #2017478 Change-Id: I3ebbbd46a284b2f96172a90427b355f3ccd0c098 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index da9e0c0949..80172d073f 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 @@ -15,8 +15,8 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [files] packages = -- cgit v1.2.1