Skip to content

Commit 072d3a2

Browse files
authored
Merge branch 'main' into mcp-connectivity
2 parents 14e1bea + 9527548 commit 072d3a2

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- name: Setup Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.11'
2121

2222
- name: Install UV
2323
uses: astral-sh/setup-uv@v6
2424
with:
25-
python-version: '3.10'
25+
python-version: '3.11'
2626

2727
- name: Install dependencies
2828
shell: sh

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ uv venv .venv # create a virtual environment
6363
source .venv/bin/activate # activate .venv, on Windows: venv\Scripts\activate
6464
uv sync --all-groups --all-extras # sync packages
6565
```
66-
- Minimum python requirement for this application is 3.10
66+
- Minimum python requirement for this application is 3.11
6767

6868
#### VSCode setup
6969

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@ directory = "build/coverage/html"
238238
[tool.coverage.xml]
239239
output = "build/coverage/coverage.xml"
240240

241-
[tool.uv]
242-
environments = ["sys_platform == 'darwin'", "sys_platform == 'linux'", "sys_platform == 'win32'"]
243-
244-
[tool.uv.sources]
245-
en-core-web-lg = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl" }
246-
247241
[tool.ruff]
248242
line-length = 120
249243
indent-width = 4

0 commit comments

Comments
 (0)