From 663beb6388e2181dc85df9455bb24855e5a855b5 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 09:14:03 +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 d1f0dda..6a2eda5 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-pycups description: Python bindings for the CUPS API version: 2.0.4 -revision: 1 +revision: 2 url: https://github.com/OpenPrinting/pycups license: GPL2-or-later architecture: any @@ -9,7 +9,7 @@ type: source depends: - glibc - libcups - - python3 + - python3=3.14.* make_depends: - python-build - python-installer