]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
exclude pydantic v1 for Python 3.14t
authorsvlandeg <svlandeg@github.com>
Mon, 20 Oct 2025 15:21:49 +0000 (17:21 +0200)
committersvlandeg <svlandeg@github.com>
Mon, 20 Oct 2025 15:21:49 +0000 (17:21 +0200)
.github/workflows/test.yml

index 12cc8235256c61548663ca364237614845eba617..ed04843f3e9c5184ea4eb8cd68ba9d9082deb004 100644 (file)
@@ -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