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
strategy:
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
steps:
- name: Checkout repository