diff options
| author | Zuul <zuul@review.opendev.org> | 2022-07-27 11:45:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-07-27 11:45:06 +0000 |
| commit | 60dd6e62574d7e4812a07f853e37f1c1b2d61b50 (patch) | |
| tree | 9c60afcfc5a847844eb084f69c289ce9d10d7056 /setup.cfg | |
| parent | b3ae3f555225d724bd6493fe4a08ea84a05a673f (diff) | |
| parent | 4e769f0ed02eb9b5179258483cc9b08efe81842b (diff) | |
| download | python-openstackclient-60dd6e62574d7e4812a07f853e37f1c1b2d61b50.tar.gz | |
Merge "Drop support for Python 3.6, 3.7"
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
