From 6093629ac0cfe20f7fcc087d4bddcf71954f427c Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 15:00:44 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 53a7e42..cf0492b 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-requests description: HTTP for Humans version: 2.33.1 -revision: 2 +revision: 3 url: https://requests.readthedocs.io/en/latest/ license: Apache-2.0 maintainers: @@ -9,6 +9,7 @@ maintainers: architecture: any type: source depends: + - python3=3.14.* - python-certifi - python-charset-normalizer - python-idna