mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-25 09:20:45 -04:00
exclude pydantic v1 for Python 3.14t
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user