👷 Move tests to their regular order in the workflow

This commit is contained in:
Sebastián Ramírez 2025-12-16 19:29:48 +01:00
parent 86e1bc14e9
commit 901f82c5a5
1 changed files with 5 additions and 5 deletions

View File

@ -66,6 +66,11 @@ 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"
@ -73,11 +78,6 @@ jobs:
python-version: "3.13"
pydantic-version: "pydantic>=2.0.2,<3.0.0"
coverage: coverage
# 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: ubuntu-latest
python-version: "3.14"
pydantic-version: "pydantic>=2.0.2,<3.0.0"