From dc93307ff57482e2f3619b6ef4517bd8619c17f1 Mon Sep 17 00:00:00 2001 From: ansh-khare89 Date: Sat, 21 Mar 2026 01:45:29 +0530 Subject: [PATCH] Update Python version classifiers in pyproject.toml Added support for Python 3.12 and 3.13 in classifiers. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0ca46d7..5c9da46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,8 @@ keywords = ["architecture", "spec", "design-docs", "multi-repo", "embeddings", " classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Documentation", "Topic :: Scientific/Engineering :: Artificial Intelligence",