Skip to content

Commit 91ac23d

Browse files
committed
prevent running pydantic v1 on 3.14
1 parent 500cecc commit 91ac23d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
pytest --cov=tap
4848
- name: Test with pydantic v1
49+
if: matrix.python-version == '3.10' || matrix.python-version == '3.11' || matrix.python-version == '3.12' || matrix.python-version == '3.13'
4950
run: |
5051
python -m pip install "pydantic < 2"
5152
pytest --cov=tap --cov-append

0 commit comments

Comments
 (0)