chore: update Python version to latest ones

This commit is contained in:
Sheng Fan 2025-03-17 00:52:18 +08:00
parent 4414f05cd5
commit 9d693409dc

View File

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.11.4", "3.12.8", "3.13.1"] python-version: ["3.11.11", "3.12.8", "3.13.2"]
fail-fast: false fail-fast: false
steps: steps:
- name: Checkout repository - name: Checkout repository