From b2b892ea60ef2a133144c37fee7756927fb3e7ae Mon Sep 17 00:00:00 2001 From: Milan Stute Date: Wed, 2 Dec 2020 10:24:09 +0100 Subject: [PATCH] Indicate Python 3.8 and 3.9 support --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index d0770c8..e3b959b 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,8 @@ setup( "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"]),