Skip to content

Commit 1a46d1b

Browse files
committed
Drop 3.11 lowest on test suite
1 parent 48849b3 commit 1a46d1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
fail-fast: false
148148
matrix:
149149
python-version: ["3.10", "3.11", "3.12", "3.13"]
150+
# Exclude 3.11
150151
install:
151152
- name: pydantic-ai-slim
152153
command: "--package pydantic-ai-slim"
@@ -202,7 +203,8 @@ jobs:
202203
strategy:
203204
fail-fast: false
204205
matrix:
205-
python-version: ["3.10", "3.11", "3.12", "3.13"]
206+
# TODO(Marcelo): Enable it again later.
207+
python-version: ["3.10", "3.12", "3.13"]
206208
env:
207209
CI: true
208210
COVERAGE_PROCESS_START: ./pyproject.toml

0 commit comments

Comments
 (0)