mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Drop Python 3.12 support (#135589)
This commit is contained in:
@@ -36,12 +36,12 @@ from typing import (
|
||||
NotRequired,
|
||||
Self,
|
||||
TypedDict,
|
||||
TypeVar,
|
||||
cast,
|
||||
overload,
|
||||
)
|
||||
|
||||
from propcache import cached_property, under_cached_property
|
||||
from typing_extensions import TypeVar
|
||||
import voluptuous as vol
|
||||
|
||||
from . import util
|
||||
|
Reference in New Issue
Block a user