From c28dbd0aca3f8ba856efdd2c6fb13d5ed3da7732 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:30:42 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/extract_multiple_polaris.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extract_multiple_polaris.yml b/.github/workflows/extract_multiple_polaris.yml index 9f28263..b49166e 100644 --- a/.github/workflows/extract_multiple_polaris.yml +++ b/.github/workflows/extract_multiple_polaris.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: '3.11' + python-version: '3.14' - name: Install dependencies run: pip install requests