Allow Python 3.14 (#13945)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jonathan Swoboda
2026-02-11 22:11:48 -05:00
committed by GitHub
parent 96eb129cf8
commit db6aea8969
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -115,6 +115,7 @@ jobs:
python-version: python-version:
- "3.11" - "3.11"
- "3.13" - "3.13"
- "3.14"
os: os:
- ubuntu-latest - ubuntu-latest
- macOS-latest - macOS-latest
+2 -2
View File
@@ -20,8 +20,8 @@ classifiers = [
"Topic :: Home Automation", "Topic :: Home Automation",
] ]
# Python 3.14 is currently not supported by IDF <= 5.5.1, see https://github.com/esphome/esphome/issues/11502 # Python 3.14 is not supported on Windows, see https://github.com/zephyrproject-rtos/windows-curses/issues/76
requires-python = ">=3.11.0,<3.14" requires-python = ">=3.11.0,<3.15"
dynamic = ["dependencies", "optional-dependencies", "version"] dynamic = ["dependencies", "optional-dependencies", "version"]