From 0c2547a7800a2a1f3780b0ee46cd0d95137db73b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 18:21:47 +0100 Subject: [PATCH] Update dependency python (#12644) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-macos-m1.yml | 2 +- .github/workflows/shared/setup-build-environment/action.yml | 2 +- devbox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos-m1.yml b/.github/workflows/build-macos-m1.yml index e09fd7b56a..8ffbf61c8d 100644 --- a/.github/workflows/build-macos-m1.yml +++ b/.github/workflows/build-macos-m1.yml @@ -30,7 +30,7 @@ jobs: # See github-action-main.yml for explanation - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' - name: Set Publish Flag run: | diff --git a/.github/workflows/shared/setup-build-environment/action.yml b/.github/workflows/shared/setup-build-environment/action.yml index a8cb1f8fb3..0b6805edfd 100644 --- a/.github/workflows/shared/setup-build-environment/action.yml +++ b/.github/workflows/shared/setup-build-environment/action.yml @@ -72,4 +72,4 @@ runs: # Ref: https://github.com/nodejs/node-gyp/issues/2869 - uses: actions/setup-python@v5 with: - python-version: '3.11' + python-version: '3.13' diff --git a/devbox.json b/devbox.json index caba6d5fde..57e452a3b9 100644 --- a/devbox.json +++ b/devbox.json @@ -16,7 +16,7 @@ "version": "", "platforms": ["aarch64-darwin", "x86_64-darwin"], }, - "python": "latest", + "python": "3.13.0", "bat": "latest", "electron": { "version": "latest",