chore(deps): strengthen published-library compatibility CI - #270
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Strengthens the repository’s published-library compatibility and support-signal CI by expanding the stable Python gating matrix, adding a lowest-direct dependency-floor test lane, and introducing a non-gating Python pre-release canary; it also aligns packaging metadata and Dependabot behavior with the intended support policy.
Changes:
- Expand the gating CI matrix to Python 3.10–3.14 and disable matrix fail-fast.
- Add a “lowest-direct” floor-dependency lane on Python 3.10 and a scheduled/non-gating Python 3.15 canary workflow.
- Advertise tested Python 3.13/3.14 in package classifiers and make Dependabot pip updates security-only (while keeping the MCP v2 ignore).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pyproject.toml |
Adds Python 3.13/3.14 trove classifiers to match the expanded CI support signal. |
.github/workflows/ci.yml |
Expands the gating Python matrix and adds a floor-deps lane to validate lowest-direct constraints. |
.github/workflows/python-next.yml |
Adds a scheduled/manual non-gating Python 3.15 pre-release canary job. |
.github/dependabot.yml |
Switches pip ecosystem updates to security-only while retaining the MCP v2 exclusion. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| # docs/agent-context/workflows.md). Change the steps here only by changing the | ||
| # Makefile. | ||
|
|
||
| # Contract: this workflow runs the same gate as `make ci`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #269.
Merge only after the exact current head passes the expanded matrix.