summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-05 08:23:19 +0200
committerMichael Howitz <mh@gocept.com>2022-04-06 08:19:05 +0200
commitfcefd4ac8d0905146420db3f13f6e494c6166c36 (patch)
tree028c306382e7433450c82aac130f3b1ab2f82c49 /setup.py
parent4404adf123bbd0a51fcdb70f02ee6c8191837f09 (diff)
downloadzope-browser-fcefd4ac8d0905146420db3f13f6e494c6166c36.tar.gz
Add support for Python 3.10 + fix docs.
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 96eecf8..d0b8f81 100644
--- a/setup.py
+++ b/setup.py
@@ -49,6 +49,7 @@ setup(
'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',