Rebuild with python 3.14

This commit is contained in:
2026-05-06 13:21:46 +03:00
parent 4b036e5804
commit cf92ca5f5d
+2 -2
View File
@@ -1,7 +1,7 @@
name: python-certifi name: python-certifi
description: Python package for providing Mozilla's CA Bundle (using system CA store) description: Python package for providing Mozilla's CA Bundle (using system CA store)
version: 2026.04.22 version: 2026.04.22
revision: 1 revision: 2
url: https://github.com/certifi/python-certifi url: https://github.com/certifi/python-certifi
license: MPL-2.0 license: MPL-2.0
maintainers: maintainers:
@@ -10,7 +10,7 @@ architecture: any
type: source type: source
depends: depends:
- ca-certificates - ca-certificates
- python3 - python3=3.14.*
make_depends: make_depends:
- python3 - python3
- python-build - python-build