From 10460e0c14bcbee6a455ce14131e4965d3e25c95 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 5 Aug 2022 01:32:59 +0900 Subject: [PATCH] Declare removal of Python 2 support ... because Python 2 reached to its EOL while ago and is no longer available since CentOS 8. Change-Id: Idb5fc37d9f334052839a0914895bf68f1b549037 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c32a2473e..1e089f8cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ long_description_content_type = text/x-rst author = RDO author-email = rdo-list@redhat.com home-page = http://www.rdoproject.org/ +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Developers @@ -14,7 +15,6 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.9