Chore: rm py2.7 and add py3.8 and py3.9 support 30/71430/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 21 Mar 2023 11:24:16 +0000 (16:54 +0530)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 21 Mar 2023 14:44:26 +0000 (20:14 +0530)
Update the PyPI setup config to remove Python 2.x support
since it is EOL and add support for Python 3.8, 3.9.

Change-Id: Ie7595bbd4a5673bdeef123a34a7d08b73a03d0c5
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/remove-shade-deps-e1c9919af4017f84.yaml [new file with mode: 0644]
setup.cfg

diff --git a/releasenotes/notes/remove-shade-deps-e1c9919af4017f84.yaml b/releasenotes/notes/remove-shade-deps-e1c9919af4017f84.yaml
new file mode 100644 (file)
index 0000000..3a090d8
--- /dev/null
@@ -0,0 +1,7 @@
+---
+upgrade:
+  - |
+    Add Python 3.8 and 3.9 support to PyPI
+deprecations:
+  - |
+    Remove Python 2.7 support to PyPI
index 1cfcc13..210c458 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,10 +17,11 @@ classifier =
     License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
     Operating System :: POSIX :: Linux
     Programming Language :: Python
-    Programming Language :: Python :: 2.7
     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
 
 [wheel]
 universal = 1