Skip to content

Commit 9527548

Browse files
fixing build (#7)
1 parent ee97121 commit 9527548

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
@@ -234,12 +234,6 @@ directory = "build/coverage/html"
234234
[tool.coverage.xml]
235235
output = "build/coverage/coverage.xml"
236236

237-
[tool.uv]
238-
environments = ["sys_platform == 'darwin'", "sys_platform == 'linux'", "sys_platform == 'win32'"]
239-
240-
[tool.uv.sources]
241-
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" }
242-
243237
[tool.ruff]
244238
line-length = 120
245239
indent-width = 4

0 commit comments

Comments
 (0)