We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff72c01 commit 14d63d8Copy full SHA for 14d63d8
2 files changed
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
if: matrix.os-name == 'Linux' && matrix.test-category == 'AzureServiceBus'
73
uses: actions/setup-python@v5
74
with:
75
- python-version: '3.13'
+ python-version: '3.14'
76
- name: Install pinned Azure CLI on Python 3.13 (Linux)
77
78
shell: bash
.github/workflows/container-integration-test.yml
@@ -65,7 +65,7 @@ jobs:
65
if: matrix.name == 'asb'
66
67
68
69
70
71
0 commit comments