Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(feat): Support pyenv/Python installation on Big Sur (#22257)
Installing Python via pyenv on Big Sur for older Python versions requires: * Setting LDFLAGS for zlib (pyenv/pyenv#1711) * Patching the source code Once a new release of pyenv is released and we use a newer Python 3 version we will not need all these hacks and all Mac versions will be able to use the same code paths. Fixes #22497
- Loading branch information