From 24075deef5fa998ced091b05b54699f10a3776b5 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 23 Nov 2021 08:24:30 +0100 Subject: Fix tests on Python 3.10 + lint. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c82a049..470416a 100644 --- a/setup.py +++ b/setup.py @@ -157,6 +157,7 @@ setup(name='zope.security', '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', 'Natural Language :: English', -- cgit v1.2.1