Reinforce Python 3.14 exceptions Agent instructions (#169089)

This commit is contained in:
Abílio Costa
2026-04-24 20:21:07 +02:00
committed by GitHub
parent 822b97d096
commit 2deb364ab0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ This repository contains the core of Home Assistant, a Python 3 based home autom
## Python Syntax Notes
- Python 3.14 explicitly allows `except TypeA, TypeB:` without parentheses.
- Python 3.14 explicitly allows `except TypeA, TypeB:` without parentheses. Never flag this as an issue since Home Assistant officially supports Python 3.14.
## Testing