From 0b6c18cebe74deaad371c9c7276466819994d299 Mon Sep 17 00:00:00 2001 From: Mohamed Hisham Abdelzaher Date: Thu, 26 Feb 2026 04:52:10 +0200 Subject: [PATCH] Update Python version requirement to <3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b78cfefa..c3bf5492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "chatacter" version = "0.1.0" description = "Character Documentation" readme = "README.md" -requires-python = ">=3.10,<3.12" +requires-python = ">=3.10,<3.13" dependencies = [ "cairosvg>=2.7.1", "mkdocs>=1.6.1",