-
Notifications
You must be signed in to change notification settings - Fork 11
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
Python 3.11 #142
Comments
I have 3/4 of a mind to just wait until this resolves itself, but there also should be no problem to fix it temporarily in the meantime. |
This package should now support Python 3.11 when the next release is made (next homeassistant release). |
ScottG489
added a commit
to ScottG489/ha-trello
that referenced
this issue
Jun 6, 2023
See this issue for more information: MatthewFlamm/pytest-homeassistant-custom-component#142
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Home Assistant 2023.2.0 supports Python 3.11. So I tried to test my custom components in Python 3.11.2.
Created new venv, installed homeassistant 2023.3.0b7, pytest-homeassistant-custom-component 0.13.3.
Running pytest throws an error:
I have verified that pytest_homeassistant_custom_component really does not contain asyncio_legacy.
The text was updated successfully, but these errors were encountered: