Drop python3.6/3.7 support in testing runtime

In Zed cycle testing runtime, we are targetting to drop the
python 3.6/3.7 support, project started adding python 3.8 as minimum

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I96c0e18e78da38733d6fd1100481e825b8ed188f
This commit is contained in:
likui 2022-05-12 17:51:21 +08:00 committed by Michael Johnson
parent 9a816ef8b6
commit 5641e6722f
1 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/designate/latest/
python_requires = >=3.6
python_requires = >=3.8
classifier =
Environment :: OpenStack
Environment :: No Input/Output (Daemon)
@ -18,8 +18,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
Topic :: Internet :: Name Service (DNS)