From a0474d4d9711e4bd3605e8a6f9fb8b0f03fa84a7 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 10 Oct 2025 20:26:57 +0200 Subject: [PATCH] Update Python versions in GitHub Actions workflow --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d0cc1e..f08ff36 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ '3.12' ] + python-version: [ '3.13', '3.14' ] cratedb-version: [ 'nightly' ] services: cratedb: @@ -39,4 +39,4 @@ jobs: run: uv run black . --check - name: Run tests - run: uv run pytest \ No newline at end of file + run: uv run pytest