Skip to content

Commit 0f24d1c

Browse files
committed
Remove Django 2.2
1 parent 2d1fb94 commit 0f24d1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ jobs:
1010
strategy:
1111
matrix:
1212
python: [3.6, 3.7, 3.8, 3.9, "3.10"]
13-
django: [2.2, 3.2, 4.0]
13+
django: [3.2, 4.0]
1414
exclude:
1515
- python: 3.6
1616
django: 4.0
1717
- python: 3.7
1818
django: 4.0
19-
- python: "3.10"
20-
django: 2.2
2119
database_url:
2220
- postgres://runner:password@localhost/project
2321
- mysql://root:[email protected]/project

0 commit comments

Comments
 (0)