Skip to content

Commit

Permalink
Chore: rm py2.7 and add py3.8 and py3.9 support
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
askb committed Mar 21, 2023
1 parent 0fb44e2 commit 7ac2bd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions releasenotes/notes/remove-shade-deps-e1c9919af4017f84.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
upgrade:
- |
Add Python 3.8 and 3.9 support to PyPI
deprecations:
- |
Remove Python 2.7 support to PyPI
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ac2bd9

Please sign in to comment.