Browse Source

exclude pydantic v1 on Python 3.14

pull/14110/head
svlandeg 10 months ago
parent
commit
b3cbb526d9
  1. 3
      .github/workflows/test.yml

3
.github/workflows/test.yml

@ -56,6 +56,9 @@ jobs:
- "3.9"
- "3.8"
pydantic-version: ["pydantic-v1", "pydantic-v2"]
exclude:
- python-version: "3.14"
pydantic-version: "pydantic-v1"
fail-fast: false
steps:
- name: Dump GitHub context

Loading…
Cancel
Save