Bump minimum python version to 3.8
... and add a few missing python versions, according to the current tested versions. Change-Id: Ifb61575f7d5f5f42a74f14d480611dafe50bb2ac
This commit is contained in:
parent
64dc97ddd7
commit
702fc4cf1f
@ -6,18 +6,19 @@ maintainer = DracClient Team
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://launchpad.net/python-dracclient
|
||||
license = Apache-2
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.8
|
||||
classifier =
|
||||
Intended Audience :: Developers
|
||||
Intended Audience :: Information Technology
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
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.11
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
Reference in New Issue
Block a user