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"