Merge "Update metadata in setup.cfg"

This commit is contained in:
Zuul 2024-02-22 20:00:13 +00:00 committed by Gerrit Code Review
commit 646ef98991
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