File tree Expand file tree Collapse file tree 1 file changed +20
-7
lines changed Expand file tree Collapse file tree 1 file changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,29 @@ jobs:
2626 strategy :
2727 matrix :
2828 os : [ ubuntu-latest, windows-latest, macos-latest ]
29- python-version :
30- - " 3.8"
31- - " 3.9"
32- - " 3.10"
33- - " 3.11"
34- - " 3.12"
35- - " 3.13"
29+ python-version : [ "3.13" ]
3630 pydantic-version :
3731 - pydantic-v1
3832 - pydantic-v2
33+ include :
34+ - os : macos-latest
35+ python-version : " 3.8"
36+ pydantic-version : pydantic-v1
37+ - os : windows-latest
38+ python-version : " 3.9"
39+ pydantic-version : pydantic-v2
40+ - os : ubuntu-latest
41+ python-version : " 3.10"
42+ pydantic-version : pydantic-v1
43+ - os : macos-latest
44+ python-version : " 3.11"
45+ pydantic-version : pydantic-v2
46+ - os : windows-latest
47+ python-version : " 3.12"
48+ pydantic-version : pydantic-v1
49+ - os : ubuntu-latest
50+ python-version : " 3.12"
51+ pydantic-version : pydantic-v2
3952 fail-fast : false
4053 runs-on : ${{ matrix.os }}
4154 steps :
You can’t perform that action at this time.
0 commit comments