Skip to content

Commit e23ff52

Browse files
committed
Updated python version in workflow
1 parent f579f5a commit e23ff52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.9'
20+
python-version: '3.13'
2121

2222
- name: Set up environment
2323
run: |
2424
pip install --upgrade pip
25-
pip install "mcp[cli]"
2625
pip install -r requirements.txt
2726
pip install pytest pytest-cov
2827

0 commit comments

Comments
 (0)