Skip to content

Commit 451e29a

Browse files
wongchtfjsj
authored andcommitted
fix version exclusion
1 parent 60be726 commit 451e29a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ workflows:
1010
django-version: ["3.2", "4.0", "4.1", "4.2"]
1111
exclude:
1212
- python-version: "3.11"
13-
django-version: ["3.2", "4.0"]
13+
django-version: "3.2"
14+
- python-version: "3.11"
15+
django-version: "4.0"
1416

1517
- coverall:
1618
requires:

0 commit comments

Comments
 (0)