Skip to content

Commit b6f2bde

Browse files
committed
COMP: Disable Windows MCP CI testing
ITK-Wasm failures? Needs local testing. Also add Python 3.13 to MCP CI config.
1 parent 0a95cb9 commit b6f2bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mcp-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ["3.9", "3.10", "3.11", "3.12"]
14+
os: [ubuntu-latest, macos-latest]
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)