From 8db629bf00b32b8438645edea869ace30937fd63 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 20:04:21 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index c5a0641..d8f539f 100644 --- a/pkg.info +++ b/pkg.info @@ -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