summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengzhaosen <dengzhaosen@inspur.com>2022-06-05 09:13:58 +0800
committerdengzhaosen <dengzhaosen@inspur.com>2022-06-05 09:14:07 +0800
commit1a1fd2b3533143580d5639701962a4c305976d0b (patch)
tree7c11b2bcc342ed769348b15e287b007029c5f6a0
parenta12456c17c5f43a35a54e605e89f74205be1e98e (diff)
downloadpython-heatclient-1a1fd2b3533143580d5639701962a4c305976d0b.tar.gz
The Python 3.6 and Python 3.7 Support has been dropped since zed
[1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: If88b377f25d9b3e64dc049ae219ed6d5f4782d43
-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