From 42a417230dcfe599bb6f68a02f932ccfba967be6 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 10 Jan 2023 12:04:36 -0500 Subject: [PATCH] feat: add python 3.11 --- 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", ],