summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-06-13 16:55:59 +0000
committerGerrit Code Review <review@openstack.org>2022-06-13 16:55:59 +0000
commite9011421a9936647e5925cdb92a2dd3272dec846 (patch)
tree200ad0dd5b6ecc26b15400bffa69f15099ac787b
parent66adfe14a69b00482d566ca68f55c48fab6421b2 (diff)
parent1a1fd2b3533143580d5639701962a4c305976d0b (diff)
downloadpython-heatclient-e9011421a9936647e5925cdb92a2dd3272dec846.tar.gz
Merge "The Python 3.6 and Python 3.7 Support has been dropped since zed"
-rw-r--r--setup.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 75295d2..9e90fd9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-heatclient/latest
-python_requires = >=3.6
+python_requires = >=3.8
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
@@ -18,8 +18,6 @@ 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 :: Only