🧪 Run tests on Pydantic 2.6

This commit is contained in:
Sebastián Ramírez 2025-12-16 19:00:22 +01:00
parent 98bee09a6a
commit 99092f1545
1 changed files with 5 additions and 4 deletions

View File

@ -73,10 +73,11 @@ jobs:
python-version: "3.13"
pydantic-version: "pydantic>=2.0.2,<3.0.0"
coverage: coverage
# - os: ubuntu-latest
# python-version: "3.13"
# pydantic-version: "pydantic>=2.0.2,<2.7.0"
# coverage: coverage
# Run one test with Pydantic < 2.7 to test changes across versions
- os: ubuntu-latest
python-version: "3.13"
pydantic-version: "pydantic>=2.0.2,<2.7.0"
coverage: coverage
- os: ubuntu-latest
python-version: "3.14"
pydantic-version: "pydantic>=2.0.2,<3.0.0"