From 2dcd2829c92e5fca82b993dc4f02a5f731024bb1 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 12:15:27 +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 7bc8b32..6aedf62 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-setuptools-scm description: Python package to manage your versions by scm tags version: 10.0.5 -revision: 1 +revision: 2 url: https://github.com/pypa/setuptools-scm license: MIT maintainers: @@ -10,6 +10,7 @@ architecture: any output_architecture: any type: source depends: + - python3=3.14.* - python-packaging - python-setuptools - python-vcs-versioning