From bb87f881ab434ae1f751401bca5603f74c465bc4 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Mon, 2 Mar 2026 14:29:11 -0500 Subject: [PATCH] fix: add specific Python version classifiers to package metadata Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0ca57fd..c068e99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,9 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [