From e6982ab7c0dcaf051e46f9ce216c822f1742887c Mon Sep 17 00:00:00 2001 From: Fidel Ramos Date: Thu, 9 Apr 2026 17:32:52 +0100 Subject: [PATCH] Require rtoml>=0.13 for Python 3.14 support --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 898b374..9d1bb71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,10 +23,10 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", ] -requires-python = ">=3.8.1,<4.0" +requires-python = ">=3.10,<4.0" dependencies = [ "pelican>=4.5", - "rtoml>=0.9.0", + "rtoml>=0.13.0", ] [project.urls]