File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ uv venv .venv # create a virtual environment
6363source .venv/bin/activate # activate .venv, on Windows: venv\Scripts\activate
6464uv 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
Original file line number Diff line number Diff line change @@ -238,12 +238,6 @@ directory = "build/coverage/html"
238238[tool .coverage .xml ]
239239output = " 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 ]
248242line-length = 120
249243indent-width = 4
You can’t perform that action at this time.
0 commit comments