From 6dbc36f5c63168a45ea6d4fbe0b1cf3043d4110d Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 08:49:56 +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 58ae547..c9fadaf 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-greenlet description: Lightweight in-process concurrent programming version: 3.5.0 -revision: 1 +revision: 2 url: https://pypi.org/project/greenlet/ license: MIT maintainers: @@ -9,7 +9,7 @@ maintainers: architecture: any type: source depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-installer