From a032751eb7b3d0ee35dd4ad5cf990ef61e3b8bcb Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 20:09:04 +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 949603f..c91181f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,13 +1,13 @@ name: python-six description: Python 2 and 3 compatibility utilities version: 1.17.0 -revision: 1 +revision: 2 url: https://github.com/benjaminp/six license: MIT architecture: any type: source depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-installer