From 55a1b8126741912329b2d271e04730f563807109 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 7 Jan 2021 07:03:36 -0800 Subject: [PATCH] Add Python 3.9 to trove classifiers (#9887) Since my checklist in https://github.com/python/mypy/issues/9761 is almost complete, it's time to check off this box as well. Co-authored-by: hauntsaninja <> --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 84cb858b9087..ded856b0fda5 100644 --- a/setup.py +++ b/setup.py @@ -165,6 +165,7 @@ def run(self): 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development', ]