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
description: Reads key-value pairs from a .env file and set them as environment variables
version: 1.2.2
revision: 1
revision: 2
url: https://github.com/theskumar/python-dotenv/
license: BSD-3-Clause
maintainers:
@@ -10,6 +10,7 @@ architecture: any
output_architecture: any
type: source
depends:
- python3=3.14.*
- python-click
make_depends:
- python-build