From 064706de32135778b275eb1bbf9ee91711958db6 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 17:38:42 +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 36c9355..ef6d795 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: boost description: Collection of high-quality and peer-reviewed libraries that aims to make C++ development highly productive version: 1.91.0_1 -revision: 1 +revision: 2 url: https://www.boost.org/ license: BSL-1.0 maintainers: @@ -14,7 +14,7 @@ depends: - zlib - zstd make_depends: - - python3 + - python3=3.14.* - python-numpy - zlib - zstd