From c5efee12fc9177c7a2c3496ab94449701a7bebf3 Mon Sep 17 00:00:00 2001 From: Sairam Vengala Date: Fri, 22 Sep 2023 10:29:51 +0530 Subject: [PATCH] Update metadata in setup.cfg Change-Id: I2c3988327eded325097d2823cf659aa90b3a35f7 --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index f8a4dc20..8f6b22c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ long_description = file: README.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org url = http://docs.openstack.org/heat-translator/ -python_requires = >=3.6 +python_requires = >=3.8 classifiers = Environment :: OpenStack Intended Audience :: Information Technology @@ -14,9 +14,10 @@ classifiers = 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