From 27a9b30e54c2a46707f77d370cd62564aff5bd2e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 13:14:16 +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 5b2ffd8..e610472 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-pytest description: Framework writing small and readable python tests version: 9.0.3 -revision: 1 +revision: 2 url: https://docs.pytest.org/en/stable/ license: MIT maintainers: @@ -10,6 +10,7 @@ architecture: any output_architecture: any type: source depends: + - python3=3.14.* - python-iniconfig - python-packaging - python-pluggy