Rebuild with python 3.14

This commit is contained in:
2026-05-06 13:14:16 +03:00
parent 16d0019b0b
commit 27a9b30e54
+2 -1
View File
@@ -1,7 +1,7 @@
name: python-pytest name: python-pytest
description: Framework writing small and readable python tests description: Framework writing small and readable python tests
version: 9.0.3 version: 9.0.3
revision: 1 revision: 2
url: https://docs.pytest.org/en/stable/ url: https://docs.pytest.org/en/stable/
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-iniconfig - python-iniconfig
- python-packaging - python-packaging
- python-pluggy - python-pluggy