You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use dynamic .* wildcard versions in support_matrix
Use wildcard versions (e.g., '4.*', '3.11.*') so pip always resolves
to the latest patch. This keeps CI testing fresh and Plugins.md
doc meaningful — showing version ranges instead of stale pins.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
**Convention**: pin the latest patch version available at the time of writing (e.g., `'3.11.18'`, `'2.9.11'`, `'24.12.0'`). Update when newer patches are released.
154
+
**Convention**: use `major.*` (e.g., `'4.*'`) when the plugin supports the whole major version, or `minor.*`(e.g., `'3.11.*'`) when only specific minors are tested. This keeps CI testing fresh and the Plugins.md doc meaningful.
0 commit comments