Commit 3eb2ea2
committed
ci: add Python 3.11 support to lint workflow
- Add matrix strategy to test both Python 3.9 and 3.11
- Configure appropriate dependency installation for each version
- Python 3.9: excludes MCP extras (not supported)
- Python 3.11: includes all extras for full coverage
- Aligns with existing test workflow pattern for consistency1 parent c9df82a commit 3eb2ea2
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
17 | | - | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
21 | | - | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
0 commit comments