Skip to content

Remove Python 3.13 from the test matrix in pytest workflow#5083

Open
ludeeus wants to merge 2 commits intomainfrom
Remove-Python-3.13-from-the-test-matrix-in-pytest-workflow
Open

Remove Python 3.13 from the test matrix in pytest workflow#5083
ludeeus wants to merge 2 commits intomainfrom
Remove-Python-3.13-from-the-test-matrix-in-pytest-workflow

Conversation

@ludeeus
Copy link
Member

@ludeeus ludeeus commented Feb 9, 2026

Home Assistant dev now requires Python 3.14

@ludeeus ludeeus added the pr: action Changes to actions label Feb 9, 2026
Copilot AI review requested due to automatic review settings February 9, 2026 08:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions pytest workflow matrix to align CI with Home Assistant dev now requiring Python 3.14.

Changes:

  • Removed Python 3.13 from the dev job’s python-version test matrix in .github/workflows/pytest.yml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 59 to 60
python-version:
- "3.13"
- "3.14"
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The matrix no longer includes Python 3.13, but later in this workflow the Codecov upload step is still guarded by if: ${{ matrix.python-version == '3.13' }}. With the updated matrix, coverage upload will never run. Update the condition to match the remaining version (or drop the condition if you only want a single upload).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: action Changes to actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant