Rebuild with python 3.14

This commit is contained in:
2026-05-06 12:12:46 +03:00
parent 77614db321
commit 7c6fc0b142
+2 -1
View File
@@ -1,7 +1,7 @@
name: python-vcs-versioning name: python-vcs-versioning
description: The blessed package to manage your versions by scm tags description: The blessed package to manage your versions by scm tags
version: 1.1.1 version: 1.1.1
revision: 1 revision: 2
url: https://github.com/pypa/setuptools-scm url: https://github.com/pypa/setuptools-scm
license: MIT license: MIT
maintainers: maintainers:
@@ -10,6 +10,7 @@ architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3=3.14.*
- python-packaging - python-packaging
make_depends: make_depends:
- python-build - python-build