ci: add Python 3.13 to matrix (#32)

ci: add Python 3.13 to test matrix (#32)
This commit is contained in:
Sense_wang
2026-03-26 21:43:06 +08:00
committed by GitHub
parent 66c7407d0f
commit d2c0b7fa0f

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4