mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
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:
parent
ccf1d6185d
commit
07788a57ea
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue