From c346cec4a3efbbf52a8c92749b66ec2af113c13d Mon Sep 17 00:00:00 2001 From: Tudor Brindus Date: Tue, 1 Nov 2022 01:14:22 -0400 Subject: [PATCH] Report Python 3.11 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c5e9431f8..c92c670cb 100644 --- a/setup.py +++ b/setup.py @@ -198,6 +198,7 @@ def unavailable(self, e): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Education', 'Topic :: Software Development', ],