-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
github workflow: Add python-3.8 #1614
Conversation
|
I also wanted to note that it fails on macOS Catalina with an error that basically reads
Only with python 3.8. |
GH Actions now provides py3.8 (actions/setup-python#30), but |
Apparently |
@Bibo-Joshi @tsnoam can you maybe have a look? |
Found the issue at tornadoweb/tornado#2608 and a workaround here. As far as I can see, |
@Bibo-Joshi Good catch!!! This is a problem related to the webhook Updater. The workaround is good and should probably be applied in webhookhandler.py We should also consider moving all imports of tornado to the init of the webhook instead of top of the file. |
CI fails:
|
No description provided.