From e3551548e3af64b6e70ff78139841b08f16b1587 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Mon, 30 Jun 2025 13:44:29 +0200 Subject: [PATCH] fix: ci/cd typo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14ba2a3..9a2bf1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + run: uv run pytest