mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-09 20:24: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:
@@ -29,7 +29,7 @@ If you know or expect the module to exist you can access by index:
|
||||
|
||||
Modules support typing via the Module names in Module:
|
||||
|
||||
>>> from typing_extensions import reveal_type, TYPE_CHECKING
|
||||
>>> from typing import reveal_type, TYPE_CHECKING
|
||||
>>> light_effect = dev.modules.get("LightEffect")
|
||||
>>> light_effect_typed = dev.modules.get(Module.LightEffect)
|
||||
>>> if TYPE_CHECKING:
|
||||
|
Reference in New Issue
Block a user