Skip to content

Commit cb26c50

Browse files
committed
Added comments on why python 3.6 and 3.7 are not tested with django 4 in CI
1 parent 073a2b9 commit cb26c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
redis-version: 'master'
4646
python-version: '3.10'
4747

48-
# exclude python 3.6 and 3.7 for django 4.x
48+
# exclude python 3.6 and 3.7 for django 4.x as they are not supported see https://docs.djangoproject.com/en/dev/releases/4.0/#python-compatibility
4949
exclude:
5050
- django-version: '4.0'
5151
python-version: '3.6'

0 commit comments

Comments
 (0)