Add python 3.14 to supported versions#1599
Add python 3.14 to supported versions#1599rytilahti wants to merge 12 commits intopython-kasa:masterfrom
Conversation
ba67111 to
f0dc558
Compare
|
@rytilahti There's a regression problem in asyncclick v8.3.0, it's not in v8.2.0, so I did some testing and modified the following to get it to work: This updates asyncclick to a version that works for the test but without the regression of the flag issue until it's resolved in v8.3.2, according to their maintainer. Then removes the 'await' from the click.prompt because it's not required in v8.2.0, just v8.3.0. Everything should support Python 3.14 correctly now and it looks good from this end. |
|
Also, I believe the latest version of mashumaro fixes the issues and why you had to pin different versions for 3.14 and below 3.14, but I'll need you to confirm it on your end if 3.20 does the trick for mashumaro. |
Uh oh!
There was an error while loading. Please reload this page.