From 35e77f9e1c3136332bf8c30b8b617529024be280 Mon Sep 17 00:00:00 2001 From: Cai Hui Date: Sun, 15 May 2022 09:18:01 +0800 Subject: [PATCH] Dropped the python 3.6/3.7 in zed cycle testing runtime In Zed cycle, we have dropped the python 3.6/3.7[1] testing and its support. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Ibb7949a7fcda59f70a1e99abda404ac7f568467c --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 35b7cb5..f67c3f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,7 @@ description-file = author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/tempest/latest/plugin-registry.html +python_requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -14,7 +15,6 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9