From 45ec9c020b405e329e1af50404d5e888c7ac5c09 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Wed, 21 Jun 2023 09:26:19 +0800 Subject: [PATCH] Add python 3.10 to setup.cfg metadata Add python 3.10 to setup.cfg refer to: https://governance.openstack.org/tc/reference/runtimes/2023.2.html Change-Id: Ic2915f1b57a75d1865f5c239111c0859f76073f2 --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index f2f0094740..7ad076fdfa 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/kolla-ansible/latest/ -python_requires = >=3.6 +python_requires = >=3.8 license = Apache License, Version 2.0 classifier = Environment :: OpenStack @@ -18,10 +18,9 @@ classifier = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [files] packages =