Skip to content

Commit e174c99

Browse files
committed
drop django 2.2
1 parent 09b45a9 commit e174c99

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
17-
django: [ 22, 32, 40 ]
18-
exclude:
19-
- python-version: "3.10"
20-
django: 22
21-
- python-version: 3.7
22-
django: 40
16+
python-version: [ 3.8, 3.9, "3.10" ]
17+
django: [ 32, 40 ]
18+
2319
services:
2420
postgres:
2521
image: postgres

0 commit comments

Comments
 (0)