exclude pydantic v1 for Python 3.14t

This commit is contained in:
svlandeg 2025-10-20 17:21:49 +02:00
parent f68bdddeca
commit 479e646451
1 changed files with 2 additions and 0 deletions

View 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