Skip to content

Commit 33a693c

Browse files
committed
Revert "feat: support python 3.14"
This reverts commit 57f7d24.
1 parent e84b457 commit 33a693c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ 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: ["2.0"]
38+
pydantic-version: ["1.10", "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"
4045
steps:
4146
- name: Check out repository
4247
uses: actions/checkout@v5

0 commit comments

Comments
 (0)