Skip to content

Commit 6c10389

Browse files
authored
Fix python/pydantic versions tested in daily CI (#968)
1 parent 6f65a52 commit 6c10389

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/daily_deps_test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ jobs:
1717
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1818
pydantic-version: ['main']
1919
include:
20-
- python-version: '3.8'
21-
pydantic-version: '2.10'
2220
- python-version: '3.12'
2321
pydantic-version: '2.4'
24-
- python-version: '3.13'
22+
- python-version: '3.12'
2523
pydantic-version: '2.5'
26-
- python-version: '3.13'
24+
- python-version: '3.12'
2725
pydantic-version: '2.6'
28-
- python-version: '3.13'
26+
- python-version: '3.12'
2927
pydantic-version: '2.7'
3028
- python-version: '3.13'
3129
pydantic-version: '2.8'

0 commit comments

Comments
 (0)