From a0b94e3a9ba965bdd4fd523c223bf4777fd0262b Mon Sep 17 00:00:00 2001 From: Markus Legner Date: Fri, 4 Nov 2022 18:02:07 +0100 Subject: [PATCH] Add Python 3.11 support --- CHANGES/872.feature.rst | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 CHANGES/872.feature.rst diff --git a/CHANGES/872.feature.rst b/CHANGES/872.feature.rst new file mode 100644 index 000000000..acfd448f2 --- /dev/null +++ b/CHANGES/872.feature.rst @@ -0,0 +1 @@ +Added Python 3.11 support diff --git a/setup.py b/setup.py index 8dbaaeadd..dba780f5d 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ def read(f): "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Development Status :: 5 - Production/Stable", ], author="Andrew Svetlov",