This causes CI failures for macos-latest-py3.8: on this os/Python version (and not others), PyPI attempts to compile lxml from source, which fails.
A workaround is to pin lxml to != 4.9.3 in the "pytest" CI workflow.
A fix would need to happen upstream: publishing the missing wheel, or a new version that is not missing this wheel.
No PyPI wheel for 4.9.3-cp38-cp38-macosx.
This causes CI failures for macos-latest-py3.8: on this os/Python version (and not others), PyPI attempts to compile lxml from source, which fails.
A workaround is to pin lxml to != 4.9.3 in the "pytest" CI workflow. A fix would need to happen upstream: publishing the missing wheel, or a new version that is not missing this wheel.