From 7886376e5105f705a5fe9d061463cf1e033aecd0 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 15 Mar 2023 13:08:22 -0400 Subject: [PATCH] fix: add trove classifier for python 3.11 (#971) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8686745f7..e2b5cc7a4 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Operating System :: OS Independent", "Topic :: Internet", ],