Drop support for Python < 3.8

Change-Id: I610a35f12e0570477c5f6c24af6252be2525bd17
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-09-07 11:23:35 +01:00
parent acee751e26
commit 22fbab9e83
2 changed files with 1 additions and 2 deletions

View File

@ -2,4 +2,3 @@ WebOb>=1.8.0
simplegeneric
pytz
netaddr>=0.7.12
importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0

View File

@ -6,7 +6,7 @@ author_email = python-wsme@googlegroups.com
description_file = README.rst
url = https://opendev.org/x/wsme
license = MIT
python_requires = >=3.6
python_requires = >=3.8
classifier =
Development Status :: 3 - Alpha
Operating System :: OS Independent