1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Add support for Python 3.14 (#153939)

This commit is contained in:
Marc Mueller
2025-10-15 20:50:16 +02:00
committed by GitHub
parent 7829c2d03e
commit 7abe289681
21 changed files with 215 additions and 69 deletions
+2 -2
View File
@@ -157,8 +157,8 @@ backoff>=2.0
# ensure pydantic version does not float since it might have breaking changes
pydantic==2.12.2
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1
# Required for Python 3.14.0 compatibility (#119223).
mashumaro>=3.17.0
# Breaks asyncio
# https://github.com/pubnub/python/issues/130