Set python metadata in setup.cfg to >=3.8

This matches zuul and helps communicate the versions required and
tested.

Change-Id: Ie595c9c570ca22f8f097c4602ef35d8c3dc0da52
This commit is contained in:
Clark Boylan 2022-05-06 13:48:58 -07:00
parent f11bcd4e58
commit 657e82eb19
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ description-file =
author = Zuul Team author = Zuul Team
author-email = zuul-discuss@lists.zuul-ci.org author-email = zuul-discuss@lists.zuul-ci.org
home-page = https://zuul-ci.org/ home-page = https://zuul-ci.org/
python-requires = >= 3.7 python-requires = >= 3.8
classifier = classifier =
Intended Audience :: Information Technology Intended Audience :: Information Technology
Intended Audience :: System Administrators Intended Audience :: System Administrators
@ -14,7 +14,6 @@ classifier =
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9