chore: update Python versions in CI workflow

This commit is contained in:
Junyan Qin
2025-12-23 14:27:09 +08:00
parent 9a9ba34717
commit 11ee0fef5d

View File

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.11', '3.12', '3.13']
fail-fast: false
steps: