From 07788a57ea8ad061e0125e191f3180a548bf85a0 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Tue, 14 Apr 2026 19:30:57 +0000 Subject: [PATCH] chore(pyproject): update Python version requirement to 3.14.2 Adjusted the required Python version in the project configuration to ensure compatibility with the latest features and improvements. Impact: Users must have Python 3.14.2 or higher to run the project. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a028c3..e2cc1a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ [project] name = "tibber_prices" -version = "0.0.0" # Version is managed in manifest.json only -requires-python = ">=3.14" +version = "0.0.0" # Version is managed in manifest.json only +requires-python = ">=3.14.2" [tool.setuptools] packages = ["custom_components.tibber_prices"]