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.
This commit is contained in:
Julian Pawlowski 2026-04-14 19:30:57 +00:00
parent ccf1d6185d
commit 07788a57ea

View file

@ -7,8 +7,8 @@
[project] [project]
name = "tibber_prices" name = "tibber_prices"
version = "0.0.0" # Version is managed in manifest.json only version = "0.0.0" # Version is managed in manifest.json only
requires-python = ">=3.14" requires-python = ">=3.14.2"
[tool.setuptools] [tool.setuptools]
packages = ["custom_components.tibber_prices"] packages = ["custom_components.tibber_prices"]