Commit e124a9a
committed
fix: update CI to conditionally exclude server.py for Python 3.9
- Run mypy on server.py only for Python 3.10+ where MCP dependencies are available
- Exclude server.py for Python 3.9 to avoid MCP import errors
- This ensures type checking works correctly across all supported Python versions1 parent 8f24d87 commit e124a9a
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
0 commit comments