mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 15:43:57 -06:00
65526ed389
* fix(gmail-setup): skip python interpreters gcloud can't use resolvePythonExecutablePath accepted the first python3/python found on PATH without checking its version, so macOS' bundled Python 3.9 (earlier on PATH than a Homebrew 3.10-3.14 install) was chosen as CLOUDSDK_PYTHON and gcloud failed to load. Query each candidate's version and skip any outside gcloud's supported 3.10-3.14 range so a compatible interpreter later on PATH is selected instead. Closes #112712 * test(gmail): cover gcloud Python upper bound --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>