From: Andrew Grimberg Date: Tue, 3 Oct 2023 17:10:44 +0000 (-0700) Subject: Chore: Remove Python 3.5 - 3.7 X-Git-Tag: v0.37.7~14 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=e4f3c9dd1ffb0f808880d8ac955dd5128d33bcf4;p=releng%2Flftools.git Chore: Remove Python 3.5 - 3.7 Remove Python 3.5 - 3.7 from the defined compatible versions of lftools Issue: RELENG-4891 Change-Id: Ia51f0dcce25b1c0394d690156d693df3f4f0e7b5 Signed-off-by: Andrew Grimberg --- diff --git a/releasenotes/notes/remove_py35-37-18b429952b929739.yaml b/releasenotes/notes/remove_py35-37-18b429952b929739.yaml new file mode 100644 index 00000000..bb9e8593 --- /dev/null +++ b/releasenotes/notes/remove_py35-37-18b429952b929739.yaml @@ -0,0 +1,4 @@ +--- +other: + - | + Python 3.5, 3.6, and 3.7 support is officially dropped from lftools diff --git a/setup.cfg b/setup.cfg index 210c4585..b1ddbfc8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,9 +17,6 @@ classifier = License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0) Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 3.5 - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9