Skip to content

Commit e97d8dd

Browse files
committed
chore(ci): re-enable 3.14 tests
These were temporarily disabled while waiting for Pydantic to catch up. Signed-off-by: JP-Ellis <[email protected]>
1 parent b042eca commit e97d8dd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
run: hatch run test.py${{ matrix.python-version }}:test --junit-xml=junit.xml
100100

101101
- name: Run tests (v2)
102-
# Temporary workaround until Pydantic 3.12 is released with Python 3.14 support
103-
if: matrix.python-version != '3.14'
104102
run: hatch run v2-test.py${{ matrix.python-version }}:test --junit-xml=v2-junit.xml
105103

106104
- name: Run tests (CLI)
@@ -143,9 +141,7 @@ jobs:
143141
- '3.11'
144142
- '3.12'
145143
- '3.13'
146-
# Temporarily excluded until Pydantic 3.12 is released with Python
147-
# 3.14 support
148-
# - '3.14'
144+
- '3.14'
149145

150146
steps:
151147
- name: Checkout code
@@ -169,6 +165,7 @@ jobs:
169165
170166
while IFS= read -r -d $'\0' file <&3; do
171167
cd "$(dirname "$file")"
168+
echo "Running example in $(pwd)"
172169
uv run --python ${{ matrix.python-version }} --group test pytest --junit-xml=junit.xml
173170
done 3< <(find "$(pwd)/examples" -name pyproject.toml -print0)
174171

0 commit comments

Comments
 (0)