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