Remove py36 and py37

In zed cycle, OpenStack projects has dropped the py3.6 and py3.7
support, so we will remove them from this project.

And add py38 and py39 support in setup.cfg file.

- https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I7805ba2ff67335d23917de8b04d6aeaeff83120f
This commit is contained in:
hejunli 2021-12-21 18:23:50 +08:00 committed by hejunli
parent 70677e452b
commit 6b0409043f
1 changed files with 2 additions and 3 deletions

View File

@ -3,15 +3,14 @@ name = sahara-plugin-cdh
summary = CDH 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