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 fa454ba commit 30247e5Copy full SHA for 30247e5
1 file changed
.github/workflows/samples-python-server.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v5
22
- uses: actions/setup-python@v6
23
with:
24
- python-version: '3.9'
+ python-version: '3.10'
25
- name: Test
26
working-directory: ${{ matrix.sample }}
27
run: make test-all
0 commit comments