abmantis / whirlpool-sixth-sense

Whirlpool unofficial API for 6th Sense appliances
MIT License
13 stars 12 forks source link

Python-requires to >=3.11, type annotation updates, add pyupgrade to .pre-commit-config #58

Closed NodeJSmith closed 2 months ago

NodeJSmith commented 2 months ago

Closes #57

No type annotations were added, just modified/corrected existing ones

NodeJSmith commented 2 months ago

Lowered the requirement to 3.11, I think that's high enough to take advantage of any new features of the language while not being quite as abrupt as going straight to 3.12. Happy to switch it back to 3.12 if you think we should, but I'm good with 3.11 if you are.