Skip to content

Commit f08dbff

Browse files
committed
Change py version and pyproject group.
1 parent b0207a4 commit f08dbff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- name: set up py10
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.12'
1515
- uses: astral-sh/setup-uv@v3
1616
- name: Install dependencies
1717
id: install-deps
1818
run: |
19-
uv sync --only-group types
19+
uv sync --only-group dev
2020
- name: run linters
2121
run: |
2222
chmod +x .ci/lint.sh

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: set up py10
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.10'
17+
python-version: '3.12'
1818
- name: install pipx
1919
run: |
2020
sudo apt update

0 commit comments

Comments
 (0)