From 3b6e9da9b1540b678b2b0daa96594c8988502ee6 Mon Sep 17 00:00:00 2001 From: Corentin Garcia Date: Fri, 26 Jan 2024 10:15:25 +0100 Subject: [PATCH] chore: add missing python classifiers --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 33e6a238..f31e5f2c 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,9 @@ def get_version() -> str: "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", "Topic :: Security", ],