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>
--- /dev/null
+---
+upgrade:
+  - |
+    Add Python 3.8 and 3.9 support to PyPI
+deprecations:
+  - |
+    Remove Python 2.7 support to PyPI
 
     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