From 3708548d0ba92a46c04638a1ea34510be03c2f05 Mon Sep 17 00:00:00 2001 From: hejunli <18438695326@163.com> Date: Tue, 21 Dec 2021 18:46:13 +0800 Subject: [PATCH] Delete py36 and py37 Add py39 in setup.cfg. Change-Id: I1ed84376e3cd5f7dad8ba1642e52d1b150c43203 --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 36e14e7..0a6d8ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,15 +3,14 @@ name = sahara-plugin-mapr summary = Mapr Plugin for Sahara Project description-file = README.rst license = Apache Software License -python-requires = >=3.6 +python-requires = >=3.8 classifiers = Programming Language :: Python 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 Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators