From 9047bbb317229a83b6855a22d4c943b6f9aaeada Mon Sep 17 00:00:00 2001 From: matbu Date: Fri, 3 Jun 2022 09:28:48 +0200 Subject: [PATCH] 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 --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index baa183af..0597c5e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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