-
Notifications
You must be signed in to change notification settings - Fork 23
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 mypy CI job #498
Fix mypy CI job #498
Conversation
The 3.13 job seems to have started failing, not sure why: https://github.com/PyCQA/flake8-pyi/actions/runs/10469760712/job/28993477108?pr=497
This comment has been minimized.
This comment has been minimized.
I guess we could also just use a Python 3.12 installation for both mypy jobs and run with |
I like using |
oh, we need to run the mypy-3.8 job using Python 3.8, or the conditional dependency |
This comment has been minimized.
This comment has been minimized.
Could you add a comment about that to the yml file? |
This comment has been minimized.
This comment has been minimized.
done! |
This change has no effect on typeshed. 🤖🎉 |
The 3.13 job seems to have started failing, not sure why: https://github.com/PyCQA/flake8-pyi/actions/runs/10469760712/job/28993477108?pr=497