From de66d61f785adbd9d8e1f3b6ac39bb56d7b4aa14 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Wed, 6 Jan 2021 23:24:13 -0800 Subject: [PATCH] Add Python 3.9 to trove classifiers Since my checklist in https://github.com/python/mypy/issues/9761 is almost complete, it's time to check off this box as well. --- 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', ]