From d4685df91bb9f3a5c8aee4310c9f0917e5aff89b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 08:06:57 +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 e52e9ef..937d4d9 100644 --- a/pkg.info +++ b/pkg.info @@ -1,14 +1,14 @@ name: python-shtab description: Automagic shell tab completion for Python CLI applications version: 1.8.0 -revision: 1 +revision: 2 url: https://github.com/iterative/shtab license: Apache-2.0 architecture: any output_architecture: any type: source depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-installer