Skip to content

Commit 7ab8cae

Browse files
committed
fix (CI): patched python version for lint job to 3.14
1 parent 409ad9a commit 7ab8cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v5
7171
- uses: actions/setup-python@v6
7272
with:
73-
python-version: "3.15"
73+
python-version: "3.14"
7474
- run: pip install ruff
7575
- run: |
7676
ruff check .

0 commit comments

Comments
 (0)