mirror of https://github.com/tiangolo/fastapi.git
🔥 Remove Pydantic 2.6 tests
This commit is contained in:
parent
901f82c5a5
commit
b042d21b6b
|
|
@ -66,11 +66,6 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
python-version: "3.12"
|
||||
pydantic-version: "pydantic>=2.0.2,<3.0.0"
|
||||
# Run one test with Pydantic < 2.7 to test changes across versions
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.12"
|
||||
pydantic-version: "pydantic>=2.0.2,<2.7.0"
|
||||
coverage: coverage
|
||||
- os: macos-latest
|
||||
python-version: "3.13"
|
||||
pydantic-version: "pydantic>=1.10.0,<2.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue