From: Anil Belur Date: Tue, 21 Mar 2023 11:24:16 +0000 (+0530) Subject: Chore: rm py2.7 and add py3.8 and py3.9 support X-Git-Tag: v0.37.4~15 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7ac2bd9642e5c77540fc2967d0aba74aa4cc9c9d;p=releng%2Flftools.git Chore: rm py2.7 and add py3.8 and py3.9 support 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 --- diff --git a/releasenotes/notes/remove-shade-deps-e1c9919af4017f84.yaml b/releasenotes/notes/remove-shade-deps-e1c9919af4017f84.yaml new file mode 100644 index 00000000..3a090d88 --- /dev/null +++ b/releasenotes/notes/remove-shade-deps-e1c9919af4017f84.yaml @@ -0,0 +1,7 @@ +--- +upgrade: + - | + Add Python 3.8 and 3.9 support to PyPI +deprecations: + - | + Remove Python 2.7 support to PyPI diff --git a/setup.cfg b/setup.cfg index 1cfcc133..210c4585 100644 --- 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