chore: add python3.13 to test matrix

This commit is contained in:
Michael Yang 2024-11-19 10:24:54 -08:00
parent dc38fe4675
commit 52510cca53

View File

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