From c56b882c826485cef09527aa04e0ab17c68e4e35 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Sat, 29 Oct 2022 19:11:37 -0400 Subject: [PATCH] Declare support for Python 3.11. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2a7a09d..12e347b 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,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', 'Topic :: Software Development :: Libraries :: Python Modules',