mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-06 10:44:04 +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:
@@ -1,7 +1,7 @@
|
||||
"""Original implementation of the TP-Link Smart Home protocol."""
|
||||
|
||||
import struct
|
||||
from typing import Generator
|
||||
from collections.abc import Generator
|
||||
|
||||
|
||||
class OriginalTPLinkSmartHomeProtocol:
|
||||
|
Reference in New Issue
Block a user