We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a6734 commit 78d5880Copy full SHA for 78d5880
.github/workflows/test.yml
@@ -26,9 +26,8 @@ jobs:
26
strategy:
27
matrix:
28
os: [ ubuntu-latest, windows-latest, macos-latest ]
29
- python-version: [ "3.13" ]
+ python-version: [ "3.14" ]
30
pydantic-version:
31
- - pydantic-v1
32
- pydantic-v2
33
include:
34
- os: macos-latest
@@ -43,11 +42,14 @@ jobs:
43
42
44
python-version: "3.11"
45
pydantic-version: pydantic-v2
46
- - os: windows-latest
+ - os: macos-latest
47
python-version: "3.12"
48
pydantic-version: pydantic-v1
+ - os: windows-latest
49
+ python-version: "3.13"
50
+ pydantic-version: pydantic-v1
51
- os: ubuntu-latest
- python-version: "3.12"
52
53
54
fail-fast: false
55
runs-on: ${{ matrix.os }}
0 commit comments