Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Python3.11 compatibility #7

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

mgumz
Copy link
Contributor

@mgumz mgumz commented Jun 17, 2023

This commit addresses the issue that certain async language constructs were deprecated with Python:3.10 and removed within Python:3.11. As a result, qss was disfunctional in the Homeassistant:2023.6 which just switched to Python:3.11.

The "tenacity" dependency addressed the async language constructs in their version 8 language constructs in their version 8.

This commit addresses the issue that certain async language constructs
were deprecated with Python:3.10 and removed within Python:3.11. As a
result, qss was disfunctional in the Homeassistant:2023.6 which just
switched to Python:3.11.

The "tenacity" dependency addressed the async language constructs in
their version 8  language constructs in their version 8.
Copy link

@saintman23 saintman23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine for me.

Copy link
Owner

@CM000n CM000n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. It looks good to me so far. :-)
I would merge it and also take care of bump the dependencies via poetry.

@CM000n CM000n merged commit 213cc4e into CM000n:main Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants