summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2022-06-01 16:35:00 +0800
committerStephen Finucane <sfinucan@redhat.com>2022-07-04 17:48:55 +0100
commit4e769f0ed02eb9b5179258483cc9b08efe81842b (patch)
tree1977f4bcedd1febe7713da8ea455389f71a285a9 /setup.cfg
parente49ad1795b9dd57d5a82fb6f8f365fa20041cf29 (diff)
downloadpython-openstackclient-4e769f0ed02eb9b5179258483cc9b08efe81842b.tar.gz
Drop support for Python 3.6, 3.7
Python 3.6 and Python 3.7 support has been dropped since Zed [1]. This necessitates changes our jobs to build and publish docker images since those currently use Python 3.6. We now use Python 3.9. [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: I228b7ff6691a025f1ba9b7d9449f294868942151 Co-authored-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index b5c376fa..7efb9de4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-openstackclient/latest/
-python_requires = >=3.6
+python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -15,8 +15,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