From 14d63d8f159ab2df3d2143c3ae8dfeeccc1f2d26 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 05:40:04 +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 3ae13fb0db..db435da852 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,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 96c79a1ea8..e9be9f3cbb 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