We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc4a7a commit a34a371Copy full SHA for a34a371
.github/workflows/lint.yml
@@ -9,16 +9,24 @@ jobs:
9
strategy:
10
matrix:
11
# run static analysis on bleeding and trailing edges
12
- python-version: [ '3.8', '3.12' ]
+ python-version: [ '3.8', '3.10', '3.12' ]
13
django-version:
14
- '3.2' # LTS April 2024
15
- '4.2' # LTS April 2026
16
- '5.0' # April 2025
17
exclude:
18
- python-version: '3.8'
19
django-version: '5.0'
20
+ - python-version: '3.10'
21
+ django-version: '5.0'
22
- python-version: '3.12'
23
django-version: '3.2'
24
25
+ django-version: '3.2'
26
+ - python-version: '3.8'
27
+ django-version: '4.2'
28
+ - python-version: '3.12'
29
30
31
steps:
32
- uses: actions/checkout@v4
0 commit comments