Skip to content

Commit b5c4e37

Browse files
committed
exclude 3.7/django4.1 combo from CI
1 parent 369742d commit b5c4e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- python-version: '3.6'
2424
django-version: 'Django~=4.1.0'
2525
- python-version: '3.7'
26-
django-version: 'Django~=4.0.0'
26+
django-version: 'Django~=4.1.0'
2727

2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)