diff options
author | Michael Howitz <mh@gocept.com> | 2022-02-10 08:40:37 +0100 |
---|---|---|
committer | Michael Howitz <mh@gocept.com> | 2022-02-10 08:40:37 +0100 |
commit | 49341f0c33712164ca1085e5b788c68ad1d8a4d3 (patch) | |
tree | 20786c19e4332d8038f4c170351e7f1fc51fc058 | |
parent | f033694f4d520aa8389445028ed12c982c3d8be2 (diff) | |
download | zope-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.rst | 2 | ||||
-rw-r--r-- | setup.py | 1 |
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. @@ -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', |