mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 02:18:02 +00:00
Remove support for python <3.11 (#1273)
Python 3.11 ships with latest Debian Bookworm. pypy is not that widely used with this library based on statistics. It could be added back when pypy supports python 3.11.
This commit is contained in:
@@ -50,9 +50,7 @@ def _test_module_mapping_typing() -> None:
|
||||
|
||||
This is tested during the mypy run and needs to be in this file.
|
||||
"""
|
||||
from typing import Any, NewType, cast
|
||||
|
||||
from typing_extensions import assert_type
|
||||
from typing import Any, NewType, assert_type, cast
|
||||
|
||||
from .iot.iotmodule import IotModule
|
||||
from .module import Module
|
||||
|
Reference in New Issue
Block a user