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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user