Skip to content

Commit 78fa1f3

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Restructure lint workflow matrix for clarity and consistency
1 parent ff84fab commit 78fa1f3

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

.github/workflows/lint.yml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,27 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.9", "3.9.1", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15.0-alpha.1"]
11-
os: [ubuntu-latest]
12-
exclude:
13-
- python-version: 3.9.1
14-
os: ubuntu-latest
15-
include:
16-
- python-version: 3.9.1
17-
os: ubuntu-24.04
10+
include:
11+
- os: ubuntu-latest
12+
python-version: 3.8
13+
- os: ubuntu-latest
14+
python-version: 3.9
15+
- os: ubuntu-24.04
16+
python-version: 3.9.1
17+
- os: ubuntu-latest
18+
python-version: 3.10
19+
- os: ubuntu-latest
20+
python-version: 3.11
21+
- os: ubuntu-latest
22+
python-version: 3.12
23+
- os: ubuntu-latest
24+
python-version: 3.13
25+
- os: ubuntu-latest
26+
python-version: 3.14
27+
- os: ubuntu-latest
28+
python-version: 3.14t
29+
- os: ubuntu-latest
30+
python-version: 3.15.0-alpha.1
1831

1932
steps:
2033
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)