mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
homeassistant==2026.3.4 requires Python>=3.14.2. The lint workflow was specifying Python 3.13, and uv venv was ignoring actions/setup-python and picking up the system Python (3.14.0) instead. Changes: - lint.yml: python-version 3.13 → 3.14 - bootstrap: uv venv now uses $(which python) to respect actions/setup-python and local pyenv/asdf setups Impact: lint workflow no longer fails with Python version unsatisfiable dependency error when installing homeassistant. |
||
|---|---|---|
| .. | ||
| .lib | ||
| docs | ||
| release | ||
| setup | ||
| check | ||
| clean | ||
| develop | ||
| help | ||
| lint | ||
| lint-check | ||
| motd | ||
| test | ||
| type-check | ||