Skip to content

Commit 3ef7cbc

Browse files
committed
chore:remove django3.2
1 parent ef51a0c commit 3ef7cbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
max-parallel: 6
3939
matrix:
4040
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
41-
django-version: [ '3.2.25', '4.2.11', '5.0.4' ]
41+
django-version: [ '4.2.13', '5.0.6' ]
4242
exclude:
4343
- python-version: '3.9'
44-
django-version: '5.0.4'
44+
django-version: '5.0.6'
4545
include:
4646
- python-version: '3.11'
47-
django-version: '4.2.11'
47+
django-version: '4.2.13'
4848
coverage: yes
4949
services:
5050
redis:
@@ -131,13 +131,13 @@ jobs:
131131
max-parallel: 6
132132
matrix:
133133
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
134-
django-version: [ '3.2.25', '4.2.11', '5.0.3' ]
134+
django-version: [ '4.2.13', '5.0.6' ]
135135
exclude:
136136
- python-version: '3.9'
137-
django-version: '5.0.3'
137+
django-version: '5.0.6'
138138
include:
139139
- python-version: '3.11'
140-
django-version: '4.2.11'
140+
django-version: '4.2.13'
141141
coverage: yes
142142

143143
outputs:

0 commit comments

Comments
 (0)