Update metadata in setup.cfg

removed the py3.6 and py3.7 from here as it does not get tested or supported now and added py3.9 and py3.10

Change-Id: I2c3988327eded325097d2823cf659aa90b3a35f7
This commit is contained in:
Sairam Vengala 2023-09-22 10:29:51 +05:30 committed by sairam vengala
parent da40f68136
commit 3bc1032ace
1 changed files with 4 additions and 3 deletions

View File

@ -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