Skip to content

Commit e103ab9

Browse files
committed
Lint on 3.10 and 3.13
1 parent a6f6f3f commit e103ab9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ permissions:
1818

1919
jobs:
2020
lint:
21+
name: lint on ${{ matrix.python-version }}
2122
runs-on: ubuntu-latest
23+
strategy:
24+
fail-fast: false
25+
matrix:
26+
python-version: ["3.10", "3.13"]
27+
env:
28+
UV_PYTHON: ${{ matrix.python-version }}
2229
steps:
2330
- uses: actions/checkout@v4
2431

0 commit comments

Comments
 (0)