Skip to content

Commit d808bed

Browse files
fix lint job py version
1 parent 18ed962 commit d808bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-python@v5
1818
id: setup-python
1919
with:
20-
python-version-file: "pyproject.toml"
20+
python-version: "3.13"
2121

2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v5
@@ -42,7 +42,7 @@ jobs:
4242
needs: lint
4343
strategy:
4444
matrix:
45-
python-version: ["3.9", "3.10", "3.11"]
45+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4646
runs-on: ubuntu-latest
4747
permissions:
4848
pull-requests: write

0 commit comments

Comments
 (0)