fix: ci/cd typo

This commit is contained in:
Daniel Bauer
2025-06-30 13:44:29 +02:00
parent 744efc7e57
commit e3551548e3

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3."]
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
@@ -34,4 +34,4 @@ jobs:
run: uv run mypy src/
- name: Run tests
run: uv run pytest
run: uv run pytest