Python 3.6 support removal

The lowest version of python supported will be Python 3.8,
to keep up with some of the adjacent components and CI jobs.

Releated-Bug: #1974244

Change-Id: I1dda9fc3ab1425403e501ce59211e3828373ee90
This commit is contained in:
matbu 2022-06-03 09:28:48 +02:00 committed by Jiri Podivin
parent 79571b7482
commit 9047bbb317
1 changed files with 1 additions and 3 deletions

View File

@ -17,13 +17,11 @@ classifier =
Programming Language :: Python
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
[options]
python_requires = >=3.6
python_requires = >=3.8
[files]
packages = validations_libs