mirror of
https://github.com/python-kasa/python-kasa.git
synced 2026-07-08 06:41:59 +00:00
Add python 3.14 to supported versions (#1599)
* Add python 3.14 to our supported versions and to our CI * Convert to use pyproject.toml standard dependency groups * Fix any issues reported by CI --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -166,7 +166,7 @@ async def handle_device(
|
||||
if autosave:
|
||||
save = "y"
|
||||
else:
|
||||
save = click.prompt(
|
||||
save = await click.prompt(
|
||||
f"Do you want to save the above content to {save_filename} (y/n)"
|
||||
)
|
||||
if save == "y":
|
||||
|
||||
Reference in New Issue
Block a user