Browse Source

exclude pydantic v1 for Python 3.14t

pull/13946/head
svlandeg 8 months ago
parent
commit
479e646451
  1. 2
      .github/workflows/test.yml

2
.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

Loading…
Cancel
Save