Closed eltoder closed 7 months ago
Note: GH actions promoted macos-latest
to newer machines with ARM cpus. Unfortunately the GH actions that try to run with python 3.8 and 3.9 broke overnight impacting many OSS projects. This mean that we will either need to update our actions with a temporary workaround or wait for the maintainers to provider a permanent fix before we can perform new releases.
https://github.com/actions/setup-python/issues/850
@CleanCut FYI
Use forkserver when available to avoid issues with forking multi-threaded processes. See https://github.com/python/cpython/issues/84559 for more context.
This also removes a warning when running on python 3.12 than can be seen in CI: