From 3221c3f64ea6991162693c7191191c1126574fef Mon Sep 17 00:00:00 2001 From: Tynan Ford Date: Thu, 9 Oct 2025 08:02:13 -0400 Subject: [PATCH] add python 3.14 to CI --- .github/workflows/server.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 5276952..0e8c266 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -28,6 +28,7 @@ jobs: - python-version: "3.11" - python-version: "3.12" - python-version: "3.13" + - python-version: "3.14" defaults: run: working-directory: server @@ -47,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] # testcontainers is not supported on <3.9 + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] # testcontainers is not supported on <3.9 needs: build-server defaults: run: