Rebuild with python 3.14

This commit is contained in:
2026-05-06 20:04:21 +03:00
parent 5c790902b3
commit 8db629bf00
+2 -1
View File
@@ -1,7 +1,7 @@
name: python-dotenv name: python-dotenv
description: Reads key-value pairs from a .env file and set them as environment variables description: Reads key-value pairs from a .env file and set them as environment variables
version: 1.2.2 version: 1.2.2
revision: 1 revision: 2
url: https://github.com/theskumar/python-dotenv/ url: https://github.com/theskumar/python-dotenv/
license: BSD-3-Clause license: BSD-3-Clause
maintainers: maintainers:
@@ -10,6 +10,7 @@ architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3=3.14.*
- python-click - python-click
make_depends: make_depends:
- python-build - python-build