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:
parent
79571b7482
commit
9047bbb317
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user