From 99092f1545cb07ef00be1e07ce689a555807e772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 16 Dec 2025 19:00:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Run=20tests=20on=20Pydantic=202.?= =?UTF-8?q?6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 623807f8a..2b2784e38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,10 +73,11 @@ jobs: python-version: "3.13" pydantic-version: "pydantic>=2.0.2,<3.0.0" coverage: coverage - # - os: ubuntu-latest - # python-version: "3.13" - # pydantic-version: "pydantic>=2.0.2,<2.7.0" - # coverage: coverage + # Run one test with Pydantic < 2.7 to test changes across versions + - os: ubuntu-latest + python-version: "3.13" + pydantic-version: "pydantic>=2.0.2,<2.7.0" + coverage: coverage - os: ubuntu-latest python-version: "3.14" pydantic-version: "pydantic>=2.0.2,<3.0.0"