Skip to content

Commit 458fa88

Browse files
committed
CI: Update to use ubuntu-latest and Python >= 3.8
1 parent 3fb7d73 commit 458fa88

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Tests
33

44
on:
5-
pull_request: ~
5+
pull_request:
66
push:
77
branches: [ main ]
88

@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: ["ubuntu-20.04"]
25+
os: ["ubuntu-latest"]
2626
python-version: [
27-
"3.6",
27+
"3.8",
2828
"3.13",
2929
]
3030

@@ -52,11 +52,6 @@ jobs:
5252
run: |
5353
make install-develop
5454
55-
- name: Run linter
56-
if: matrix.python-version != '3.6'
57-
run: |
58-
make lint
59-
6055
- name: Run tests
6156
run: |
6257
make test-ci

0 commit comments

Comments
 (0)