Coming from crate/crate-python#428, where we found GHA
croaks when running buildout with Python 3.10 on macOS >= 11, this is a
dedicated repository to reproduce the observations and encourage further
research about its root cause.
# Choose one.
pip install --upgrade --pre "zc.buildout==2.13.7"
pip install --upgrade --pre "zc.buildout==3.0.0rc3"
# Run Buildout.
buildout -vv -n -c base.cfg
The best references with similar symptoms we could find about the issue.
See #1.