Skip to content

Commit 88b3c0a

Browse files
committed
add python 3.14 to tests and update pydantic for tests
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
1 parent 60320a5 commit 88b3c0a

2 files changed

Lines changed: 113 additions & 115 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Windows/MacOS unit tests
4040
strategy:
4141
matrix:
42-
python-version: ["3.10", "3.11", "3.12", "3.13"]
42+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4343
os:
4444
- macos-latest
4545
- windows-latest
@@ -61,7 +61,7 @@ jobs:
6161
name: Test with coverage
6262
strategy:
6363
matrix:
64-
python-version: ["3.10", "3.11", "3.12", "3.13"]
64+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
6565
os:
6666
- ubuntu-latest
6767
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)