summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-02-10 08:40:37 +0100
committerMichael Howitz <mh@gocept.com>2022-02-10 08:40:37 +0100
commit49341f0c33712164ca1085e5b788c68ad1d8a4d3 (patch)
tree20786c19e4332d8038f4c170351e7f1fc51fc058
parentf033694f4d520aa8389445028ed12c982c3d8be2 (diff)
downloadzope-exceptions-49341f0c33712164ca1085e5b788c68ad1d8a4d3.tar.gz
Add support for Python 3.10.
This needs https://github.com/zopefoundation/zope.exceptions/pull/23 to be successful.
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c797466..9e66eb1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,7 +5,7 @@
4.5 (unreleased)
================
-- Add official support for Python 3.9.
+- Add official support for Python 3.9 and 3.10.
- Undo dropping support for Python 3.5.
diff --git a/setup.py b/setup.py
index 0f10063..3b28bed 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',