Browse Source

add 3.14 to the test suite (but exclude pydantic v1 for it)

pull/14165/head
svlandeg 10 months ago
parent
commit
c8c83037f7
  1. 4
      .github/workflows/test.yml

4
.github/workflows/test.yml

@ -48,6 +48,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: python-version:
- "3.14"
- "3.13" - "3.13"
- "3.12" - "3.12"
- "3.11" - "3.11"
@ -55,6 +56,9 @@ jobs:
- "3.9" - "3.9"
- "3.8" - "3.8"
pydantic-version: ["pydantic-v1", "pydantic-v2"] pydantic-version: ["pydantic-v1", "pydantic-v2"]
exclude:
- python-version: "3.14"
pydantic-version: "pydantic-v1"
fail-fast: false fail-fast: false
steps: steps:
- name: Dump GitHub context - name: Dump GitHub context

Loading…
Cancel
Save