Skip to content

Commit fc27b96

Browse files
Lower lint workflow to minimum python version
1 parent 2027336 commit fc27b96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- docs/**
1414

1515
env:
16-
PY_VERSION: 3.14
16+
PY_VERSION: 3.10
1717

1818
jobs:
1919
prek:
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
python-version: ${{ env.PY_VERSION }}
2929
- name: Install project
30-
run: uv sync --locked --dev --all-extras
30+
run: uv sync --locked --dev --all-extras --managed-python
3131
- name: Run prek
3232
run: uv run prek run -a

0 commit comments

Comments
 (0)