From b042d21b6b4a43a7987b0fc5ea576dafc7cff8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 16 Dec 2025 21:27:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20Pydantic=202.6=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25c9bf4af..c43085426 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,11 +66,6 @@ jobs: - os: ubuntu-latest python-version: "3.12" pydantic-version: "pydantic>=2.0.2,<3.0.0" - # Run one test with Pydantic < 2.7 to test changes across versions - - os: ubuntu-latest - python-version: "3.12" - pydantic-version: "pydantic>=2.0.2,<2.7.0" - coverage: coverage - os: macos-latest python-version: "3.13" pydantic-version: "pydantic>=1.10.0,<2.0.0"