From cf92ca5f5d63a8fcd2b4074e40828340cbdfe5b8 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 13:21:46 +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 33d670a..279e027 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-certifi description: Python package for providing Mozilla's CA Bundle (using system CA store) version: 2026.04.22 -revision: 1 +revision: 2 url: https://github.com/certifi/python-certifi license: MPL-2.0 maintainers: @@ -10,7 +10,7 @@ architecture: any type: source depends: - ca-certificates - - python3 + - python3=3.14.* make_depends: - python3 - python-build