From 3d6641a5ce57bd29032fd55edb495ddb2442e455 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 12 Nov 2022 09:51:21 -0700 Subject: [PATCH] chore: update list of supported python versions (#698) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 479bf8aa..d60f2228 100644 --- a/setup.py +++ b/setup.py @@ -91,6 +91,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", "Programming Language :: Python :: Implementation :: PyPy", "Framework :: Django :: 2.0",