File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -32,24 +32,24 @@ jobs:
3232 python-version : ["3.14"]
3333 pydantic-version : ["v1", "v2"]
3434 include :
35- - os : windows-latest
36- python-version : " 3.8"
35+ - python-version : " 3.8"
3736 pydantic-version : " v1"
38- - os : macos -latest
39- python-version : " 3.9"
37+ os : windows -latest
38+ - python-version : " 3.9"
4039 pydantic-version : " v2"
41- - os : ubuntu -latest
42- python-version : " 3.10"
40+ os : macos -latest
41+ - python-version : " 3.10"
4342 pydantic-version : " v1"
44- - os : windows -latest
45- python-version : " 3.11"
43+ os : ubuntu -latest
44+ - python-version : " 3.11"
4645 pydantic-version : " v2"
47- - os : macos -latest
48- python-version : " 3.12"
46+ os : windows -latest
47+ - python-version : " 3.12"
4948 pydantic-version : " v1"
50- - os : ubuntu -latest
51- python-version : " 3.13"
49+ os : macos -latest
50+ - python-version : " 3.13"
5251 pydantic-version : " v2"
52+ os : ubuntu-latest
5353 fail-fast : false
5454 runs-on : ${{ matrix.os }}
5555 steps :
You can’t perform that action at this time.
0 commit comments