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: Ie1f9792f0748a9809c73af1bd25add61ae6a91b9
This commit is contained in:
dengzhaosen 2022-06-05 09:27:01 +08:00 committed by Radosław Piliszek
parent 26671c6dcd
commit 8985e1fa7c
1 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://opendev.org/openstack/masakari-dashboard
python_requires = >=3.8
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@ -14,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