jessecureton / python_bazel_template

An opinionated Python + Go + Bazel tempate repo
MIT License
21 stars 3 forks source link

update python to 3.9.12 to fix Clang issue on macOS #5

Closed jessecureton closed 2 years ago

jessecureton commented 2 years ago

After updating macOS and my Brew-installed packages, I started running in to python/cpython#89568. Seems like this is a conflict from using the non-Apple Clang toolchain. Rather than requiring users use an Apple toolchain, it's easy to bump the python minor version to one that implements the fix from the linked bug.