From 6e71e6000727ad26ca4461fc38ab70447fc6098a Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Wed, 26 Aug 2026 23:44:02 +0530 Subject: [PATCH] chore: require Python >=3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d297bf8e9..92ec8f7e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "hawk-community-skills" version = "0.1.0" description = "Community skill packages for hawk" -requires-python = ">=3.9" +requires-python = ">=3.13" dependencies = [ "pyyaml>=6.0", "rich>=13.0",