-
Notifications
You must be signed in to change notification settings - Fork 16
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
CI croaks on Python 3.12.0a3 #46
Comments
This may have happened due to a new alpha release of Python 3.12. And, indeed:
While the GHA Python versions manifest does not reveal any significant information about release dates, we discovered this patch when following python/cpython@v3.12.0a2...v3.12.0a3, and it very much looks like this one is responsible for the observed behavior.
It reads:
/cc @hramezani, @quodt |
It looks like the removal of the implicit creation of an event loop by |
It looks like the issue has been resolved with Python 3.12 alpha 5, indicated by that GH-57 now passes successfully. -- https://github.com/panodata/grafana-wtf/actions/runs/4333760552/jobs/7567157354 |
As we can see at 1, running the tests on Python 3.12-dev currently croaks, while it has worked before. See also GH-57.
Footnotes
https://github.com/panodata/grafana-wtf/actions/runs/3679182061/jobs/6223322780#step:5:59 ↩
The text was updated successfully, but these errors were encountered: