From 8efa38ac2f64cff50f457abfad38cf1f9aca89c3 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 1 Apr 2024 14:34:28 +0500 Subject: [PATCH] feat: Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 22ab098..304f7ad 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ def get_version(*file_paths): 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', ], packages=find_packages(exclude=['tests']),