Drop Python 3.6 and 3.7 support
The Python 3.6 and 3.7 support has been dropped in Zed. [1] [1] https://governance.openstack.org/tc/reference/runtimes/zed.html Change-Id: Ic4fa51bc96f2a669ba3bfe2a898ce5a2baf3b4c5
This commit is contained in:
parent
dc0762ee75
commit
9ddb79eaba
@ -6,7 +6,7 @@ description_file =
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/python-masakariclient/latest/
|
||||
python_requires = >=3.6
|
||||
python_requires = >=3.8
|
||||
classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
@ -17,8 +17,6 @@ classifier =
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user