From dbba72842feb0e18cf7ffbaef70349051cd48b32 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 27 Jan 2026 12:39:53 +0800 Subject: [PATCH] update python server workflow to use v3.10 --- .github/workflows/samples-python-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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