Skip to content

Commit 369742d

Browse files
committed
exclude 3.6/django4.1 combo from CI
1 parent f1af95c commit 369742d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
django-version: 'Django~=4.0.0'
2121
- python-version: '3.7'
2222
django-version: 'Django~=4.0.0'
23-
- python-version: '3.7'
23+
- python-version: '3.6'
2424
django-version: 'Django~=4.1.0'
25+
- python-version: '3.7'
26+
django-version: 'Django~=4.0.0'
2527

2628
steps:
2729
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)