Skip to content

Commit 4f192c4

Browse files
committed
(chore) - address review comments
1 parent ea72a2c commit 4f192c4

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
16+
python-version: ["3.8"]
1717

1818
steps:
1919
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Python
5555
uses: actions/setup-python@v4
5656
with:
57-
python-version: "3.11"
57+
python-version: "3.8"
5858

5959
- name: Run pre-commit
6060
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)