Skip to content

Commit 384d6c1

Browse files
committed
Switch to python 3.13
1 parent e381562 commit 384d6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/zsh/templates/zshrc.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export VULTR_API_KEY={{ zsh_vultr_api_key }}
197197

198198
{% if ansible_os_family == "Darwin" and mtype == "personal" %}
199199
if [[ -f ${HOMEBREW_PREFIX}/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc ]]; then
200-
export CLOUDSDK_PYTHON="${HOMEBREW_PREFIX}/opt/python@3.12/libexec/bin/python"
200+
export CLOUDSDK_PYTHON="${HOMEBREW_PREFIX}/opt/python@3.13/libexec/bin/python"
201201
source "${HOMEBREW_PREFIX}/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc"
202202
source "${HOMEBREW_PREFIX}/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc"
203203
fi

0 commit comments

Comments
 (0)