From d6256e9fc6eb6dd23a04315cd6e1666578133cff Mon Sep 17 00:00:00 2001 From: Nirjas Jakilim Date: Sat, 11 Oct 2025 20:27:27 +0600 Subject: [PATCH] classifiers for supported python version --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 45dc683d..2ebad064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,10 @@ classifiers = [ "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Security" ] homepage = "https://sherlockproject.xyz/"