File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
django-version :
14
14
- ' 3.2' # LTS April 2024
15
15
- ' 4.2' # LTS April 2026
16
- - ' 5.0 ' # April 2025
16
+ - ' 5.1 ' # December 2025
17
17
exclude :
18
18
- python-version : ' 3.8'
19
- django-version : ' 5.0 '
19
+ django-version : ' 5.1 '
20
20
- python-version : ' 3.10'
21
- django-version : ' 5.0 '
21
+ django-version : ' 5.1 '
22
22
- python-version : ' 3.12'
23
23
django-version : ' 3.2'
24
24
- python-version : ' 3.10'
46
46
poetry run pip install --upgrade pip
47
47
sed -i 's/^python = .*/python = "^${{ matrix.python-version }}"/' pyproject.toml
48
48
poetry add django@^${{ matrix.django-version }}
49
- poetry install --no-interaction -E all
49
+ poetry install --no-interaction -E all --with psycopg2
50
50
51
51
- name : Run Static Analysis
52
52
run : |
You can’t perform that action at this time.
0 commit comments