From 69dbb47da0af74af25e1b60a50d4ba2b0d8b2683 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:50:37 -0800 Subject: [PATCH] Add Python 3.10 to trove classifiers (#11747) Co-authored-by: hauntsaninja <> --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 31b29c8a18c7..5012b9bf3939 100644 --- a/setup.py +++ b/setup.py @@ -166,6 +166,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', ]