From dd30aea7a572f1e580b8eea2e22fdc01a638d6a2 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 25 Sep 2020 23:36:15 +0200 Subject: [PATCH 1/2] Add Python 3.9 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0b40e02b..4f4848d2 100755 --- a/setup.py +++ b/setup.py @@ -90,4 +90,5 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", "Topic :: Office/Business :: Groupware"]) From d31eaf79ece80bdde597c712bcbaee37a883deaf Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 26 Sep 2020 03:20:56 +0200 Subject: [PATCH 2/2] Add Python implementation classifier --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 4f4848d2..8341be21 100755 --- a/setup.py +++ b/setup.py @@ -91,4 +91,6 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Office/Business :: Groupware"])