Skip to content

Commit a34a371

Browse files
committed
update linting CI
1 parent 8fc4a7a commit a34a371

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,24 @@ jobs:
99
strategy:
1010
matrix:
1111
# run static analysis on bleeding and trailing edges
12-
python-version: [ '3.8', '3.12' ]
12+
python-version: [ '3.8', '3.10', '3.12' ]
1313
django-version:
1414
- '3.2' # LTS April 2024
1515
- '4.2' # LTS April 2026
1616
- '5.0' # April 2025
1717
exclude:
1818
- python-version: '3.8'
1919
django-version: '5.0'
20+
- python-version: '3.10'
21+
django-version: '5.0'
2022
- python-version: '3.12'
2123
django-version: '3.2'
24+
- python-version: '3.10'
25+
django-version: '3.2'
26+
- python-version: '3.8'
27+
django-version: '4.2'
28+
- python-version: '3.12'
29+
django-version: '4.2'
2230

2331
steps:
2432
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)