From c4fb93f9c2a3ce3505314cbcba06166d58e7e20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 16 Dec 2025 12:32:09 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20test=20workflow=20confi?= =?UTF-8?q?g,=20remove=20commented=20code=20(#14540)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 623807f8a..c43085426 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,10 +73,6 @@ 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 - os: ubuntu-latest python-version: "3.14" pydantic-version: "pydantic>=2.0.2,<3.0.0"