summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@plyp.com>2022-11-06 12:25:34 +0100
committerJens Vagelpohl <jens@plyp.com>2022-11-06 12:25:34 +0100
commit7fcdc0c6cef6f680d63929778af0a5aa5831697e (patch)
treeda04fed6c6ee66b2dcf4cc58e221c8284b36a901
parent11ae69996a8144eaed372c24d3ffb8baa75c981d (diff)
downloadzope-security-7fcdc0c6cef6f680d63929778af0a5aa5831697e.tar.gz
- declare Python 3.11 support
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0a3a2f9..0059841 100644
--- a/setup.py
+++ b/setup.py
@@ -155,6 +155,7 @@ setup(name='zope.security',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',