Skip to content

Commit a6b2aef

Browse files
committed
Update CI to remove django 4.0
1 parent 30acde6 commit a6b2aef

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "pypy3.9" ]
17-
django: [ 32, 40, 41, 42]
16+
python-version: [ 3.8, 3.9, "3.10", "3.11", "pypy3.9" ]
17+
django: [ 32, 41, 42]
1818
exclude:
19-
- python-version: 3.7
20-
django: 40
21-
- python-version: 3.7
22-
django: 41
2319
- python-version: "3.11"
2420
django: 32
25-
- python-version: "3.11"
26-
django: 40
27-
- python-version: 3.7
28-
django: 42
2921

3022
services:
3123
postgres:

0 commit comments

Comments
 (0)