From 22a9559a82352e46fc721fbd0a37cc6f9a4e6f93 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Thu, 14 Oct 2021 00:01:23 -0400 Subject: [PATCH] Now supports Python 3.10. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5d44bb6..502b846 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Security