From c8c83037f7efc0f12d33f945adbf98b71cd8bd12 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Tue, 7 Oct 2025 16:51:01 +0200 Subject: [PATCH] add 3.14 to the test suite (but exclude pydantic v1 for it) --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b76afe01e..622cd52e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,7 @@ jobs: strategy: matrix: python-version: + - "3.14" - "3.13" - "3.12" - "3.11" @@ -55,6 +56,9 @@ jobs: - "3.9" - "3.8" pydantic-version: ["pydantic-v1", "pydantic-v2"] + exclude: + - python-version: "3.14" + pydantic-version: "pydantic-v1" fail-fast: false steps: - name: Dump GitHub context