From f2dd205f934b5335253fc784f27d8a9b8d092d5b Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 15:50:06 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/ci.yml | 2 +- .github/workflows/container-integration-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f7b38245..ba372d6c00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: if: matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus' uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install pinned Azure CLI on Python 3.13 (Linux) if: matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus' shell: bash diff --git a/.github/workflows/container-integration-test.yml b/.github/workflows/container-integration-test.yml index 68af1a2c9e..6418e41f3f 100644 --- a/.github/workflows/container-integration-test.yml +++ b/.github/workflows/container-integration-test.yml @@ -65,7 +65,7 @@ jobs: if: matrix.name == 'asb' uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.14' - name: Install pinned Azure CLI on Python 3.13 (Linux) if: matrix.name == 'asb' shell: bash