From 78288befb8c7fa7a0a04b2aad644675b1165c1ac Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Mon, 6 Jul 2026 13:56:02 +0300 Subject: [PATCH] build: use python 3.13 lowerbound --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b706873..607a56be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,7 @@ name = "ahriman" description = "ArcH linux ReposItory MANager" readme = "README.md" -# Actually we are using features from the latest python, however, ubuntu, which is used for CI doesn't have it -requires-python = ">=3" +requires-python = ">=3.13" license = {file = "COPYING"} authors = [