Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
# Exclude 3.11
install:
- name: pydantic-ai-slim
command: "--package pydantic-ai-slim"
Expand Down Expand Up @@ -202,7 +203,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
# TODO(Marcelo): Enable it again later.
python-version: ["3.10", "3.12", "3.13"]
env:
CI: true
COVERAGE_PROCESS_START: ./pyproject.toml
Expand Down