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

@ -22,11 +22,10 @@ from functools import cache
import logging
from random import randint
from types import MappingProxyType
from typing import TYPE_CHECKING, Any, Generic, Self, cast
from typing import TYPE_CHECKING, Any, Generic, Self, TypeVar, cast
from async_interrupt import interrupt
from propcache import cached_property
from typing_extensions import TypeVar
import voluptuous as vol
from . import data_entry_flow, loader