From e4f3c9dd1ffb0f808880d8ac955dd5128d33bcf4 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 3 Oct 2023 10:10:44 -0700 Subject: [PATCH] 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 --- releasenotes/notes/remove_py35-37-18b429952b929739.yaml | 4 ++++ setup.cfg | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/remove_py35-37-18b429952b929739.yaml 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 -- 2.16.6