From 681b5de6b58bf84337d9b20094dc4d7e445e162e Mon Sep 17 00:00:00 2001 From: sunxifa Date: Sat, 4 Jun 2022 10:33:04 +0800 Subject: [PATCH] The Python 3.6 and Python 3.7 Support has been dropped since zed [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I4cf6becfab29f1902dfc76cb186ea53a002ac8f8 --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4784eee2..d9ba75e7 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/python-senlinclient/latest/ -python-requires = >=3.6 +python-requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -17,8 +17,6 @@ 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 [files]