From bf90fbfb1ef5adb672a2bf1fccd94cd5c6e3c82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 18 Dec 2025 13:10:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Make=20CodSpeed=20run=20on=20Pyt?= =?UTF-8?q?hon=203.13=20to=20be=20able=20to=20run=20Pydantic=20v1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2fc6a4b72..5cf0779cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -109,7 +109,7 @@ jobs: path: coverage include-hidden-files: true - name: CodSpeed benchmarks - if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14' && matrix.pydantic-version == 'pydantic>=2.0.2,<3.0.0' + if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13' && matrix.pydantic-version == 'pydantic>=2.0.2,<3.0.0' uses: CodSpeedHQ/action@v4 with: mode: simulation