Skip to content

Commit 78d5880

Browse files
committed
run test suite on Python 3.14 as well
1 parent c5a6734 commit 78d5880

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ ubuntu-latest, windows-latest, macos-latest ]
29-
python-version: [ "3.13" ]
29+
python-version: [ "3.14" ]
3030
pydantic-version:
31-
- pydantic-v1
3231
- pydantic-v2
3332
include:
3433
- os: macos-latest
@@ -43,11 +42,14 @@ jobs:
4342
- os: macos-latest
4443
python-version: "3.11"
4544
pydantic-version: pydantic-v2
46-
- os: windows-latest
45+
- os: macos-latest
4746
python-version: "3.12"
4847
pydantic-version: pydantic-v1
48+
- os: windows-latest
49+
python-version: "3.13"
50+
pydantic-version: pydantic-v1
4951
- os: ubuntu-latest
50-
python-version: "3.12"
52+
python-version: "3.13"
5153
pydantic-version: pydantic-v2
5254
fail-fast: false
5355
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)