1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Drop Python 3.12 support (#135589)

This commit is contained in:
Franck Nijhof
2025-01-14 16:23:15 +01:00
committed by GitHub
parent fa96168488
commit 60bdc13c94
32 changed files with 62 additions and 68 deletions

View File

@@ -12,9 +12,8 @@ from dataclasses import dataclass
from enum import StrEnum
import logging
from types import MappingProxyType
from typing import Any, Generic, Required, TypedDict, cast
from typing import Any, Generic, Required, TypedDict, TypeVar, cast
from typing_extensions import TypeVar
import voluptuous as vol
from .core import HomeAssistant, callback