Skip to content

Commit 57f7d24

Browse files
committed
feat: support python 3.14
1 parent ab690a9 commit 57f7d24

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,8 @@ jobs:
3535
fail-fast: true
3636
matrix:
3737
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
38-
pydantic-version: ["1.10", "2.0"]
38+
pydantic-version: ["2.0"]
3939
sqla-version: ["1.4", "2"]
40-
exclude:
41-
- pydantic-version: "1.10"
42-
sqla-version: "1.4"
43-
- python-version: "3.14"
44-
pydantic-version: "1.10"
4540
steps:
4641
- name: Check out repository
4742
uses: actions/checkout@v5

0 commit comments

Comments
 (0)