From a6bc4859b52f668d0921429905b6f61b9f000a47 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Tue, 14 Dec 2021 16:18:27 -0800 Subject: [PATCH] Add Python 3.10 to trove classifiers cc @ilevkivskyi --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 044464e8910c..a6776e491c4a 100644 --- a/setup.py +++ b/setup.py @@ -168,6 +168,7 @@ def run(self): 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Software Development', ]