Skip to content

Commit 19c996e

Browse files
committed
Django 4 requires at least Python 3.8
1 parent f2a506e commit 19c996e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ references:
3636
parameters:
3737
python-version: ["3.6", "3.7", "3.8", "3.9"]
3838
django-version: ["2.2", "3.0", "3.1", "3.2", "4.0"]
39+
exclude:
40+
- python-version: "3.6"
41+
django-version: "4.0"
42+
- python-version: "3.7"
43+
django-version: "4.0"
3944

4045
executors:
4146
python:

0 commit comments

Comments
 (0)