From 5ea3bef8f9e85d65b1dfce000dd7adb34fb3e92f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 12:02:06 +0300 Subject: [PATCH] Use wildcard dependency matching --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 4821b22..77267ac 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-build description: A simple, correct Python build frontend version: 1.5.0 -revision: 2 +revision: 3 url: https://pypi.org/project/build/ license: MIT maintainers: @@ -10,7 +10,7 @@ architecture: any output_architecture: any type: source depends: - - python3=3.14.4 + - python3=3.14.* - python-packaging - python-pyproject-hooks make_depends: