Skip to content

Commit f54bc10

Browse files
committed
drop python3.9
1 parent 85b0722 commit f54bc10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v6
1616
with:
17-
python-version: 3.10
17+
python-version: '3.10'
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v7
2020
with:
21-
python-version: 3.10
21+
python-version: '3.10'
2222
- name: Run linters
2323
run: uvx --with tox-uv tox r -e lint
2424
- name: Build docs

0 commit comments

Comments
 (0)