From aac963d47619846c9ce3b2a5e8735e29b9b92470 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 10 Jan 2023 12:07:21 -0500 Subject: [PATCH] fix: add trove classifier for python 3.11 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1bb092f..a64b6eb 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,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", ],