-
Notifications
You must be signed in to change notification settings - Fork 39
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 CI failures on Github #94
Conversation
The `frame.f_locals` is now a write-through proxy object of type `FrameLocalsProxy`; see PEP 667. This fix is based on zopefoundation/zope.interface#294 and specifically on zopefoundation/zope.interface#294 (comment). Fixes #91.
@mcdonc I don't know if you found this resource for available macOS images. https://github.com/actions/runner-images?tab=readme-ov-file#available-images Each item has a link to its README with Python and other system requirements. Also the second example at the following link shows how to exclude a specific Python version from https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#matrix-testing |
Thanks! I had seen the first link, but I think it's sufficient to test Venusian on an old MacOS version only on amd64 for now without complicating it across architectures. Maybe once MacOS is no longer supported on Intel we can change things. |
Issue to help diagnose and fix CI problems with specific arch/OS types/versions.
So far: