Steven B
546ae633f9
Raise kasa TimeoutError instead of _RetryableError on asyncio.TimeoutError
2025-01-06 12:39:46 +00:00
J. Nick Koston
c5bf1ccc4e
Improve timeout error reporting
2025-01-05 13:33:32 -10:00
Steven B.
a01247d48f
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.
2024-11-18 18:46:36 +00:00
Teemu R.
668ba748c5
Move transports into their own package ( #1247 )
...
This moves all transport implementations into a new `transports` package
for cleaner main package & easier to understand project structure.
2024-11-12 14:40:44 +01:00