diff --git a/.github/workflows/samples-python-server.yaml b/.github/workflows/samples-python-server.yaml index 92cd4e5b6b33..04181b40a11b 100644 --- a/.github/workflows/samples-python-server.yaml +++ b/.github/workflows/samples-python-server.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-python@v6 with: - python-version: '3.9' + python-version: '3.10' - name: Test working-directory: ${{ matrix.sample }} run: make test-all