From cce1149a0ac0407b76ba2d7bda18c8698b9c28c0 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 20:10:24 +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 7d5c224..67ce0d2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,14 +1,14 @@ name: python-webencodings description: Python implementation of the WHATWG Encoding standard version: 0.5.1 -revision: 1 +revision: 2 url: https://github.com/gsnedders/python-webencodings license: BSD-3-Clause architecture: any output_architecture: any type: source depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-installer