From 3992b4d61f7fedaa1a40f36ce95fa8aac5f0cf3f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 21 Jun 2022 22:21:15 +0900 Subject: [PATCH] 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 --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0eb8506e..144d9b4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ author = OpenStack author_email = openstack-discuss@lists.openstack.org license = Apache License (2.0) home_page = https://opendev.org/openstack/os-net-config -python_requires = >=3.6 +python_requires = >=3.8 classifier = Environment :: OpenStack Intended Audience :: Developers @@ -18,9 +18,8 @@ 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 [files] packages =