From 132f2a264a534f1fbfe5f84ee0a6a0746ceb2d3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:41:18 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- actions/release_homebrew/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/release_homebrew/action.yml b/actions/release_homebrew/action.yml index f0058abe..993a3324 100644 --- a/actions/release_homebrew/action.yml +++ b/actions/release_homebrew/action.yml @@ -108,7 +108,7 @@ runs: id: setup-python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: "3.11" + python-version: "3.14" update-environment: false - name: Create venv