Drop support for Python 3.6 and 3.7

... because these are no longer part of tested runtimes in Zed. Also
Python 3.9 is added to the supported runtimes because it has been
tested since Yoga.

Change-Id: I6227a52ea6075e1c451fd62c7fae6cdee61a565c
This commit is contained in:
Takashi Kajinami 2022-06-21 22:21:15 +09:00
parent 12a27f35c7
commit 3992b4d61f
1 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
license = Apache License (2.0) license = Apache License (2.0)
home_page = https://opendev.org/openstack/os-net-config home_page = https://opendev.org/openstack/os-net-config
python_requires = >=3.6 python_requires = >=3.8
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Developers Intended Audience :: Developers
@ -18,9 +18,8 @@ classifier =
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files] [files]
packages = packages =