Skip to content

Commit a3a604c

Browse files
authored
Merge pull request #20 from kmaehashi/revise-test-matrix
Revise CI matrix
2 parents fbcb483 + 70ebb22 commit a3a604c

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,11 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
14+
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515
flake8: [
16-
'flake8==4.*',
17-
'flake8==5.*',
18-
'flake8==6.*',
1916
'flake8==7.*',
2017
'git+https://github.com/pycqa/flake8.git@main',
2118
]
22-
exclude:
23-
- python: '3.7'
24-
flake8: 'git+https://github.com/pycqa/flake8.git@main'
25-
- python: '3.7'
26-
flake8: 'flake8==7.*'
27-
- python: '3.7'
28-
flake8: 'flake8==6.*'
29-
- python: '3.8'
30-
flake8: 'git+https://github.com/pycqa/flake8.git@main'
31-
- python: '3.12'
32-
flake8: 'flake8==4.*'
33-
- python: '3.13'
34-
flake8: 'flake8==4.*'
3519

3620
steps:
3721
- name: Git Checkout

0 commit comments

Comments
 (0)