chore: adds python3.13 to testing matrix

This commit is contained in:
2025-09-23 04:11:54 -03:00
parent be29e47070
commit 8ce407bd8b

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
with: