diff options
author | Maurits van Rees <maurits@vanrees.org> | 2022-11-08 12:13:10 +0100 |
---|---|---|
committer | Maurits van Rees <maurits@vanrees.org> | 2022-11-08 12:13:10 +0100 |
commit | d13d44adcf87cc782007bc2b325505b5feab6069 (patch) | |
tree | ee9dc087775d7b5b5f50ab477e4ae9223e092111 | |
parent | 10cb81a7f9de9b8bf70b4657472cbe6dc9eed323 (diff) | |
download | zope-exceptions-d13d44adcf87cc782007bc2b325505b5feab6069.tar.gz |
Add official support for Python 3.11.
-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 303929d..88f6e1a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ 4.6 (unreleased) ================ -- Nothing changed yet. +- Add official support for Python 3.11. 4.5 (2022-02-11) @@ -52,6 +52,7 @@ setup( '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', |