From e176567ad0a3839f66345fe8bd3ffbc817bfbb2e Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 9 Dec 2021 19:15:44 +0100 Subject: [PATCH] Add Python 3.10 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e647ddc1..02891cc3 100644 --- a/setup.py +++ b/setup.py @@ -97,6 +97,7 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Office/Business :: Groupware"])