summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authoryatinkarel <ykarel@redhat.com>2023-04-24 12:18:02 +0530
committeryatinkarel <ykarel@redhat.com>2023-04-24 12:21:21 +0530
commitf93c9be1c1058e210b551d7200882aa983c2332a (patch)
treed62b9d69532f64f1235aaad157290c84018e5942 /setup.cfg
parentcfb381195c46882566dc950aeae28c878cd4798d (diff)
downloadneutron-f93c9be1c1058e210b551d7200882aa983c2332a.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
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 =