From 37cd9dff21242442d8864b9e176bb3ec801272dc Mon Sep 17 00:00:00 2001 From: Shroominic Date: Tue, 12 Dec 2023 10:08:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20classifiers=20in=20pypr?= =?UTF-8?q?oject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f01c53..a4d6cda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,10 @@ readme = "README.md" requires-python = ">= 3.10, <3.13" keywords = ["funcchain", "ai", "llm", "langchain", "pydantic", "pythonic", "cognitive systems", "agent framework"] classifiers = [ - "Programming Language :: Python :: 3 :: Only", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering :: Artificial Intelligence", ]