Rebuild with python 3.14

This commit is contained in:
2026-05-06 21:14:54 +03:00
parent b665031f94
commit 43ad397a94
+2 -2
View File
@@ -1,7 +1,7 @@
name: python-pip name: python-pip
description: The Python package installer description: The Python package installer
version: "26.1" version: "26.1"
revision: 1 revision: 2
url: https://github.com/pypa/pip url: https://github.com/pypa/pip
license: MIT license: MIT
maintainers: maintainers:
@@ -10,7 +10,7 @@ architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3 - python3=3.14.*
make_depends: make_depends:
- python-build - python-build
- python-flit-core - python-flit-core