mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 15:42:22 +01:00
update minimal python version to 3.10 (#8850)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable
|
||||
import fnmatch
|
||||
import functools
|
||||
import inspect
|
||||
@@ -8,7 +9,7 @@ from ipaddress import _BaseAddress
|
||||
import logging
|
||||
import math
|
||||
import os
|
||||
from typing import Any, Callable
|
||||
from typing import Any
|
||||
import uuid
|
||||
|
||||
import yaml
|
||||
|
Reference in New Issue
Block a user