From 46cd9498adc1ff8351803ee0f48a09a428ec5250 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 10 Oct 2025 20:16:03 +0200 Subject: [PATCH] Update Python version to include 3.14 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 629463ac..61a546e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-22.04'] - python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] cratedb-version: ['nightly'] # To save resources, only verify the most recent Python versions on macOS.