Skip to content

Commit 800de46

Browse files
authored
Update ci.yml
1 parent 37ea033 commit 800de46

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.7, 3.8]
11+
python-version: [3.13]
1212

1313
steps:
1414
- uses: actions/checkout@v2
1515

1616
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v2
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

21-
- name: Run pylint
22-
uses: cclauss/GitHub-Action-for-pylint@0.7.0
23-
2421
- name: Install dependencies
2522
run: |
2623
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)