<@U02KAN6061E>: it looks like the `pyo3` upgrade c...
# development
w
@bitter-ability-32190: it looks like the
pyo3
upgrade caused wheel building shards to start failing on `main`: e.g. https://github.com/pantsbuild/pants/actions/runs/4943093059/jobs/8837254210
i noticed it locally too: i think that there is a file committed to a pyo3 repo which causes
pyenv
to think that it needs to install python3.11
…and i worked around it by actually installing python3.11, which is likely a solution here too
b
It can be reverted. No rush. Only submitted it because I did the work for
nogil
w
i think that the above is already the solution, sorry… i’ll get a patch out
should be fixed now… installed 3.10 and 3.11 on the macOS shards.