Skip to content

Commit 44d76eb

Browse files
authored
Merge pull request #263 from fvutils/copilot/update-python-version-for-mcp
Update Python requirement to 3.10 for mcp dependency
2 parents d28db3e + f2e3c09 commit 44d76eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-python@v2
1313
with:
14-
python-version: '3.9'
14+
python-version: '3.10'
1515
- name: Configure Python
1616
run: |
1717
python3 -m venv python

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ def get_version():
4141
'pyucis>=0.1.4',
4242
'toposort'
4343
],
44+
python_requires='>=3.10',
4445
)
4546

0 commit comments

Comments
 (0)