From 42fa2399ce9003a2f6579ca34c4e57bebe444f37 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 2 Nov 2022 10:21:15 +0100 Subject: [PATCH] - declare Python 3.11 support. --- CHANGES.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cd78b28..858b85d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ For changes before version 3.0, see ``HISTORY.rst``. 5.6 (unreleased) ---------------- -- Nothing changed yet. +- Add support for final Python 3.11 release. 5.5 (2022-10-10) diff --git a/setup.py b/setup.py index 60e4021..f1c32b6 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ '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', ], ext_modules=ext_modules,