Skip to content

Commit 8974f40

Browse files
committed
Test on Django 4
1 parent 0b29af1 commit 8974f40

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.circleci/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ references:
3535
matrix:
3636
parameters:
3737
python-version: ["3.5.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
38-
django-version: ["2.2", "3.0", "3.1", "3.2"]
38+
django-version: ["2.2", "3.0", "3.1", "3.2", "4.0"]
3939
exclude:
4040
- python-version: "3.5.5"
4141
django-version: "3.0"
@@ -44,6 +44,13 @@ references:
4444
- python-version: "3.5.5"
4545
django-version: "3.2"
4646

47+
- python-version: "3.5.5"
48+
django-version: "4.0"
49+
- python-version: "3.6"
50+
django-version: "4.0"
51+
- python-version: "3.7"
52+
django-version: "4.0"
53+
4754
executors:
4855
python:
4956
parameters:

0 commit comments

Comments
 (0)