update python server workflow to use v3.10

This commit is contained in:
William Cheng
2026-01-27 12:39:53 +08:00
parent 73a486a726
commit dbba72842f

View File

@@ -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