From d6e73c8d75677eaecc255b1d52a95a53e1c004ca Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Fri, 20 Nov 2020 13:02:54 -0800 Subject: [PATCH] Adding missing Python 3.9 category --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 490dd44..0e55d2e 100644 --- a/setup.py +++ b/setup.py @@ -231,6 +231,7 @@ setup( 'Programming Language :: Cython', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Communications'], )