From 2292607a2e49d515a59a3a748a310dbe14a197bd Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 22 Mar 2022 10:13:22 +0000 Subject: [PATCH] setup: Update Python testing classifiers Change-Id: I51b1cac726c5a84941fd8c25e3db533dc4c625c7 Signed-off-by: Stephen Finucane --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 23be99f..5ccfe73 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/os-resource-classes/latest/ -python-requires = >=3.6 +python-requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -15,10 +15,9 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python 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 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython