Chore: Remove Python 3.5 - 3.7 11/72211/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 3 Oct 2023 17:10:44 +0000 (10:10 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 3 Oct 2023 17:13:48 +0000 (10:13 -0700)
Remove Python 3.5 - 3.7 from the defined compatible versions of lftools

Issue: RELENG-4891
Change-Id: Ia51f0dcce25b1c0394d690156d693df3f4f0e7b5
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
releasenotes/notes/remove_py35-37-18b429952b929739.yaml [new file with mode: 0644]
setup.cfg

diff --git a/releasenotes/notes/remove_py35-37-18b429952b929739.yaml b/releasenotes/notes/remove_py35-37-18b429952b929739.yaml
new file mode 100644 (file)
index 0000000..bb9e859
--- /dev/null
@@ -0,0 +1,4 @@
+---
+other:
+  - |
+    Python 3.5, 3.6, and 3.7 support is officially dropped from lftools
index 210c458..b1ddbfc 100644 (file)
--- 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