From bf6d449108678b627e039db05da2ae504f4a72a2 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 7 Oct 2020 15:34:02 +0000 Subject: [PATCH] Support Python 3.10 Update the package's trove metadata to indicate support for Python 3.10 now that 3.10.0a1 has been tagged. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index a6d73f9..6a7e215 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,6 +35,7 @@ classifier = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: 3 :: Only Topic :: Communications Topic :: Communications :: BBS -- 2.11.0