From: svlandeg Date: Mon, 20 Oct 2025 15:21:49 +0000 (+0200) Subject: exclude pydantic v1 for Python 3.14t X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=479e646451cf3236b850006b8b37d9be9cfddcec;p=thirdparty%2Ffastapi%2Ffastapi.git exclude pydantic v1 for Python 3.14t --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12cc823525..ed04843f3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,6 +60,8 @@ jobs: exclude: - python-version: "3.14" pydantic-version: "pydantic-v1" + - python-version: "3.14t" + pydantic-version: "pydantic-v1" fail-fast: false steps: - name: Dump GitHub context