Skip to content

Commit

Permalink
Indicate Python 3.8 and 3.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittner committed Dec 2, 2020
1 parent 439cfe1 commit b2b892e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
keywords="cli",
packages=find_packages(exclude=["docs"]),
Expand Down

0 comments on commit b2b892e

Please sign in to comment.