summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-11-23 08:24:30 +0100
committerMichael Howitz <mh@gocept.com>2021-11-23 08:24:30 +0100
commit24075deef5fa998ced091b05b54699f10a3776b5 (patch)
treeb74c65ee2fcc653524337fa78a2d622b6051afdb /setup.py
parentc604df3bf2a44538a006bbf6414121a6aa0abbb9 (diff)
downloadzope-security-24075deef5fa998ced091b05b54699f10a3776b5.tar.gz
Fix tests on Python 3.10 + lint.config-with-c-code
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',