From 2feafa5262bc360fa0af205ceae13c0c2774c944 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Fri, 7 Jun 2024 12:12:04 +0100
Subject: [PATCH] chore: increased compatibility

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 6e1be483..f7fe0f94 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ setuptools.setup(
         "Programming Language :: Python :: 3.9",
         "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3.11",
+        "Programming Language :: Python :: 3.12",
     ],
     long_description=open(os.path.join(os.path.dirname(__file__), "README.md"), "rb")
     .read()
-- 
GitLab