Skip to content

Commit 42bee1e

Browse files
Update dependency python to 3.14
1 parent b3bc471 commit 42bee1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus'
7373
uses: actions/setup-python@v5
7474
with:
75-
python-version: '3.13'
75+
python-version: '3.14'
7676
- name: Install pinned Azure CLI on Python 3.13 (Linux)
7777
if: matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus'
7878
shell: bash

.github/workflows/container-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: matrix.name == 'asb'
6666
uses: actions/setup-python@v5
6767
with:
68-
python-version: '3.13'
68+
python-version: '3.14'
6969
- name: Install pinned Azure CLI on Python 3.13 (Linux)
7070
if: matrix.name == 'asb'
7171
shell: bash

0 commit comments

Comments
 (0)