From 82a7c646164e190fee3cef34a325065760c2c55d Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 08:33:51 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 318144e..bd2bea2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: mercurial description: Free, distributed source control management tool version: 7.2.1 -revision: 1 +revision: 2 url: https://www.mercurial-scm.org/ license: GPL2-or-later maintainers: @@ -11,7 +11,7 @@ type: source keep: - etc/mercurial/hgrc depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-installer