Test minimum and current Home Assistant runtimes in CI#6999
Open
PrzemyslawKlys wants to merge 2 commits into
Open
Test minimum and current Home Assistant runtimes in CI#6999PrzemyslawKlys wants to merge 2 commits into
PrzemyslawKlys wants to merge 2 commits into
Conversation
PrzemyslawKlys
force-pushed
the
ci/python-compatibility-matrix
branch
from
July 21, 2026 06:05
0a7ff82 to
94db474
Compare
Collaborator
|
Thanks @PrzemyslawKlys. #6987 has merged, so master now carries the HA 2024.4 / Python 3.12 floor and this branch's One small thing on the matrix: the Once it's conflict-free I'll get it merged. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This is a stacked follow-up to #6987 and should be considered after its compatibility-floor correction. If the extra lane is not useful for this repository, feel free to close this PR.
Why
The minimum lane protects the compatibility declared in
hacs.json. The current lane provides early warning for Home Assistant API, Python, and dependency changes before those combinations become the repository's minimum.Using
3.14rather than an exact patch letsactions/setup-pythonkeep the lane on the newest available Python 3.14 patch automatically.Validation
Type of change