Skip to content

Commit 1908bbc

Browse files
erralclaude
andcommitted
Exclude Python 3.13 + Plone 6.0 from CI matrix
Python 3.13 support was added in Plone 6.1, so this combination is not supported. The tests fail with ComponentLookupError for views and ConstraintNotSatisfied for registry schema validation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 47ff48b commit 1908bbc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
matrix:
5353
python-version: ["3.10", "3.11", "3.12", "3.13"]
5454
plone-version: ["6.1-latest", "6.0-latest"]
55+
exclude:
56+
# Python 3.13 is only supported in Plone 6.1+
57+
- python-version: "3.13"
58+
plone-version: "6.0-latest"
5559
with:
5660
python-version: ${{ matrix.python-version }}
5761
plone-version: ${{ matrix.plone-version }}

0 commit comments

Comments
 (0)