From 38f5b3506e36145df2fb763228f1293ac844c660 Mon Sep 17 00:00:00 2001 From: DevForge Engineer Date: Mon, 18 May 2026 15:22:43 -0400 Subject: [PATCH] fix: add Python 3.13 classifier to match CI test matrix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 213cd1c..0099ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ "typer>=0.9.0",