feat: add python 3.13 to tests

This commit is contained in:
Daniel Bauer
2025-06-30 13:00:59 +02:00
parent 485a0dd738
commit 3c2a2334dc

View File

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