Skip to content

Commit 593cd40

Browse files
committed
feat: improvements to ruff and new python 3.15
1 parent 91ef7e3 commit 593cd40

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
31+
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t', '3.15.0-alpha.1']
3232
os: [
3333
ubuntu-latest,
3434
windows-latest,
@@ -115,8 +115,7 @@ jobs:
115115
- name: Install dependencies
116116
run: |
117117
uv pip install --system -e .
118-
uv pip install --system ruff>=0.3.0
119118
120119
- name: Run ruff
121-
run: ruff check json2xml tests
120+
run: uvx ruff check json2xml tests
122121

0 commit comments

Comments
 (0)